com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class MatroskaAudioTrack

    • Method Detail

      • getSamplingFrequency

        public final double getSamplingFrequency()

        Gets the sampling frequency in Hz.

        Returns:
        The sampling frequency in Hz.
      • getOutputSamplingFrequency

        public final double getOutputSamplingFrequency()

        Gets the real output sampling frequency in Hz (used for SBR techniques).

        Returns:
        The real output sampling frequency in Hz (used for SBR techniques).
      • getChannels

        public final long getChannels()

        Gets the numbers of channels in the track.

        Returns:
        The numbers of channels in the track.
      • getBitDepth

        public final Long getBitDepth()

        Gets the bits per sample, mostly used for PCM.

        Returns:
        The bits per sample, mostly used for PCM.