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, getTrackUidaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final Long getBitDepth()
Gets the bits per sample, mostly used for PCM.
public final long getChannels()
Gets the numbers of channels in the track.
public final double getOutputSamplingFrequency()
Gets the real output sampling frequency in Hz (used for SBR techniques).
public final double getSamplingFrequency()
Gets the sampling frequency in Hz.
Copyright © 2025. All rights reserved.