DtsUtil.DtsHeader


public final class DtsUtil.DtsHeader


Information parsed from a DTS frame header.

Summary

Public fields

final int

The bitrate of compressed stream.

final int

The number of channels, or LENGTH_UNSET if unknown.

final long

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

final int

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

final @DtsUtil.DtsAudioMimeType String

The mime type of the DTS bitstream.

final int

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

Public fields

bitrate

public final int bitrate

The bitrate of compressed stream.

channelCount

public final int channelCount

The number of channels, or LENGTH_UNSET if unknown.

frameDurationUs

public final long frameDurationUs

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

frameSize

public final int frameSize

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

mimeType

@DtsUtil.DtsAudioMimeType
public final @DtsUtil.DtsAudioMimeType String mimeType

The mime type of the DTS bitstream.

sampleRate

public final int sampleRate

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