mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2026-01-01 01:10:43 +00:00
Writer impl in progress
This commit is contained in:
@@ -45,6 +45,7 @@ pub struct Parser<R: Read + Seek> {
|
||||
ds64state: HashMap<FourCC,u64>
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct ChunkIteratorItem {
|
||||
pub signature: FourCC,
|
||||
pub start: u64,
|
||||
|
||||
Reference in New Issue
Block a user