com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class AsfAudioStreamProperty

    • Method Detail

      • getFormatTag

        public final int getFormatTag()

        Gets the unique ID of the codec used to encode the audio data.

        Returns:
        The unique ID of the codec used to encode the audio data.
      • getChannels

        public final int getChannels()

        Gets the number of audio channels.

        Returns:
        The number of audio channels.
      • getSamplesPerSecond

        public final long getSamplesPerSecond()

        Gets a value in Hertz (cycles per second) that represents the sampling rate of the audio stream.

        Returns:
        The a value in Hertz (cycles per second) that represents the sampling rate of the audio stream.
      • getBitsPerSample

        public final int getBitsPerSample()

        Gets the number of bits per sample of monaural data.

        Returns:
        The number of bits per sample of monaural data.