mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Documentation
This commit is contained in:
@@ -165,6 +165,7 @@ impl<R: Read + Seek> WaveReader<R> {
|
|||||||
|
|
||||||
/// Read iXML data.
|
/// Read iXML data.
|
||||||
///
|
///
|
||||||
|
/// The iXML data will be appended to `buffer`.
|
||||||
/// If there are no iXML metadata present in the file,
|
/// If there are no iXML metadata present in the file,
|
||||||
/// Ok(0) will be returned.
|
/// Ok(0) will be returned.
|
||||||
pub fn read_ixml(&mut self, buffer: &mut Vec<u8>) -> Result<usize, ParserError> {
|
pub fn read_ixml(&mut self, buffer: &mut Vec<u8>) -> Result<usize, ParserError> {
|
||||||
@@ -174,7 +175,8 @@ impl<R: Read + Seek> WaveReader<R> {
|
|||||||
|
|
||||||
/// Read AXML data.
|
/// Read AXML data.
|
||||||
///
|
///
|
||||||
/// By convention this will generally be ADM metadata.
|
/// The axml data will be appended to `buffer`. By convention this will
|
||||||
|
/// generally be ADM metadata.
|
||||||
///
|
///
|
||||||
/// If there are no axml metadata present in the file,
|
/// If there are no axml metadata present in the file,
|
||||||
/// Ok(0) will be returned
|
/// Ok(0) will be returned
|
||||||
|
|||||||
Reference in New Issue
Block a user