Maven module :un.storage : media-swf :
Class : un.storage.media.swf.model.SWFSoundStreamHead
Extends/Implements : un.storage.media.swf.model.SWFTag
Subclasses : -

author  Johann Sorel


Variables : Reserved, PlaybackSoundRate, PlaybackSoundSize, PlaybackSoundType, StreamSoundCompression, StreamSoundRate, StreamSoundSize, StreamSoundType, StreamSoundSampleCount, LatencySeek
Functions : read, write



UB[4] */
public int Reserved


UB[2]
Playback sampling rate:
0 = 5.5 kHz
1 = 11 kHz
2 = 22 kHz
3 = 44 kHz
public int PlaybackSoundRate


UB[1]
Always 1 (16 bit).
public int PlaybackSoundSize


UB[1]
Number of playback channels:
0 = sndMono
1 = sndStereo
public int PlaybackSoundType


UB[4]
Format of streaming sound data :
1 = ADPCM
2 = MP3
public int StreamSoundCompression


UB[2]
The sampling rate of the streaming sound data:
0 = 5.5 kHz
1 = 11 kHz
2 = 22 kHz
3 = 44 kHz
public int StreamSoundRate


UB[1] Always 1 (16 bit).
public int StreamSoundSize


UB[1]
Number of channels in the streaming sound data.
0 = sndMono
1 = sndStereo
public int StreamSoundType


UI16 */
public int StreamSoundSampleCount


SI16
If sound compression = 2;
Otherwise field missing
public int LatencySeek


public void read (DataInputStream ds)

public void write (DataOutputStream ds)