Method | Description | |
---|---|---|
ReadData ( byte version, |
see
|
|
Serialize ( |
Serializes the specified writer.
|
|
SoundStreamBlockTag ( ) : System |
Creates a new SoundStreamBlockTag instance.
|
|
SoundStreamBlockTag ( byte soundData ) : System |
Creates a new SoundStreamBlockTag instance.
|
|
UpdateData ( byte version ) : void |
see
|
public ReadData ( byte version, |
||
version | byte | |
binaryReader | ||
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |
public SoundStreamBlockTag ( byte soundData ) : System | ||
soundData | byte | Sound data. /// This is the encoded sound data for a single frame in a movie. /// The format for the sound is defined by an SoundStreamHeadTag object. /// Sounds may be encoded using the uncompressed PCM (big or /// little endian byte order), compressed ADPCM, /// compressed MP3 or NELLYMOSER |
return | System |