DtsUtil.DtsHeader
Artifact: androidx.media3:media3-extractor
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 |
Long |
The duration of the DTS frame in microseconds, or |
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 |
Public properties
frameDurationUs
val frameDurationUs: Long
The duration of the DTS frame in microseconds, or TIME_UNSET if unknown.
mimeType
@DtsUtil.DtsAudioMimeType
val mimeType: @DtsUtil.DtsAudioMimeType String?
The mime type of the DTS bitstream.