Метод | Описание | |
---|---|---|
Create ( Stream data ) : |
Loads the first meta data block found on the stream (first byte is supposed to be the start of the meta data block)... the stream will be forwarded to the start of the next meta data block (or the start of the audio frames)
|
|
LoadBlockData ( byte data ) : void |
When overridden in a derived class, will load the given type of metadata from the data provided.
|
|
WriteBlockData ( Stream targetStream ) : void |
When overridden in a derived class, will write the data describing this metadata block to the given stream.
|
Метод | Описание | |
---|---|---|
MetadataBlock ( ) : System |
Creates an empty metadata block
|
Метод | Описание | |
---|---|---|
GetInstanceByBlockType ( |
public static Create ( Stream data ) : |
||
data | Stream | |
Результат |
public abstract LoadBlockData ( byte data ) : void | ||
data | byte | The data where to find the metadata block in. |
Результат | void |
public abstract WriteBlockData ( Stream targetStream ) : void | ||
targetStream | Stream | Stream to write the data to. |
Результат | void |