Ac4Util.SyncFrameInfo


class Ac4Util.SyncFrameInfo


Holds sample format information as presented by a syncframe header.

Summary

Public properties

Int

The bitstream version.

Int

The number of audio channels

Int

The size of the frame.

Int

Number of audio samples in the frame.

Int

The audio sampling rate in Hz.

Public properties

bitstreamVersion

val bitstreamVersionInt

The bitstream version.

channelCount

val channelCountInt

The number of audio channels

frameSize

val frameSizeInt

The size of the frame.

sampleCount

val sampleCountInt

Number of audio samples in the frame.

sampleRate

val sampleRateInt

The audio sampling rate in Hz.