public struct AudioSample
A decrypted compressed audio sample.
public struct AudioSample
A decrypted compressed audio sample.
Decrypted compressed sample bytes.
The payload is not PCM. Decode it according to the most recent
AudioFormat event.
Swift
public let data: Data
Presentation timestamp on the content timeline.
Swift
public let pts: CMTime
Decode timestamp when it differs from, or is known separately from, pts.
Swift
public let dts: CMTime?
Sample duration.
Swift
public let duration: CMTime
Indicates whether the sample is independently decodable according to the source stream metadata.
Swift
public let isSync: Bool