DtsUtil.DtsHeader


class DtsUtil.DtsHeader


Information parsed from a DTS frame header.

Summary

Public properties

Int

The bitrate of compressed stream.

Int

The number of channels, or LENGTH_UNSET if unknown.

Long

The duration of the DTS frame in microseconds, or TIME_UNSET if unknown.

Int

The size of the DTS frame (compressed), in bytes.

@DtsUtil.DtsAudioMimeType String!

The mime type of the DTS bitstream.

Int

The audio sampling rate in Hertz, or RATE_UNSET_INT if unknown.

Public properties

bitrate

val bitrateInt

The bitrate of compressed stream.

channelCount

val channelCountInt

The number of channels, or LENGTH_UNSET if unknown.

frameDurationUs

val frameDurationUsLong

The duration of the DTS frame in microseconds, or TIME_UNSET if unknown.

frameSize

val frameSizeInt

The size of the DTS frame (compressed), in bytes.

mimeType

@DtsUtil.DtsAudioMimeType
val mimeType: @DtsUtil.DtsAudioMimeType String!

The mime type of the DTS bitstream.

sampleRate

val sampleRateInt

The audio sampling rate in Hertz, or RATE_UNSET_INT if unknown.