Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.api.AudioTrack
Extends/Implements : un.storage.media.mp4.api.Track
Subclasses : -

author  Alexander Simm


Variables : -
Functions : AudioTrack, getType, getCodec, getBalance, getChannelCount, getSampleRate, getSampleSize, getVolume



public void AudioTrack (Box trak, MP4InputStream in)

public Type getType ()

public Codec getCodec ()


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 this track
public double getBalance ()


Returns the number of channels in this audio track.
return  the number of channels
public int getChannelCount ()


Returns the sample rate of this audio track.
return  the sample rate
public int getSampleRate ()


Returns the sample size in bits for this track.
return  the sample size
public int getSampleSize ()

public double getVolume ()