Method | Description | |
---|---|---|
MetadataBlockHeader ( ) : System | ||
MetadataBlockHeader ( byte data ) : System |
Creates a new metadata block header from the provided data.
|
|
WriteHeaderData ( Stream targetStream ) : void |
Will write the data representing this header (as it is stored in the FLAC file) to the given stream.
|
Method | Description | |
---|---|---|
ParseData ( byte data ) : void |
Interprets the meta data block header.
|
public MetadataBlockHeader ( byte data ) : System | ||
data | byte | |
return | System |
public WriteHeaderData ( Stream targetStream ) : void | ||
targetStream | Stream | The stream where the data will be written to. |
return | void |