public class MatroskaAudioTrackMetadata extends MatroskaTrackMetadata
Represents audio metadata in MatroskaFormat
.
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
getByType, getKeys, getMetadataType, iterator, readByStringKey
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.
Copyright © 2019. All rights reserved.