DtsUtil.DtsHeader
Artifact: androidx.media3:media3-extractor
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 |
final long |
The duration of the DTS frame in microseconds, or |
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 |
Public fields
frameDurationUs
public final long frameDurationUs
The duration of the DTS frame in microseconds, or TIME_UNSET if unknown.
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.