Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.SoundMediaHeaderBox
Extends/Implements : un.storage.media.mp4.boxes.FullBox
Subclasses : -

The sound media header contains general presentation information, independent
of the coding, for audio media. This header is used for all tracks containing
audio.
author  Alexander Simm


Variables : -
Functions : SoundMediaHeaderBox, decode, getBalance



public void SoundMediaHeaderBox ()

public void decode (MP4InputStream in)


The balance is a floating-point number that places mono audio tracks in a
stereo space: 0 is centre (the normal value), full left is -1.0 and full
right is 1.0.
return  the stereo balance for a mono track
public double getBalance ()