public class MatroskaAudioTrack extends MatroskaTrack
Represents audio metadata in a Matroska video.
Learn more
Modifier and Type | Method and Description |
---|---|
Long |
getBitDepth()
Gets the bits per sample, mostly used for PCM.
|
long |
getChannels()
Gets the numbers of channels in the track.
|
double |
getOutputSamplingFrequency()
Gets the real output sampling frequency in Hz (used for SBR techniques).
|
double |
getSamplingFrequency()
Gets the sampling frequency in Hz.
|
getCodecID, getCodecName, getDefaultDuration, getFlagEnabled, getLanguage, getLanguageIetf, getName, getTrackNumber, getTrackType, getTrackUid
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final double getSamplingFrequency()
Gets the sampling frequency in Hz.
public final double getOutputSamplingFrequency()
Gets the real output sampling frequency in Hz (used for SBR techniques).
public final long getChannels()
Gets the numbers of channels in the track.
public final Long getBitDepth()
Gets the bits per sample, mostly used for PCM.