메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ParseData ( byte data ) : void |
Interprets the meta data block header.
|
public WriteHeaderData ( Stream targetStream ) : void | ||
targetStream | Stream | The stream where the data will be written to. |
리턴 | void |