Share via


AudioStreamPacketDependencyDescription Struct

Definition

A structure that describes dependencies between audio packets.

public struct AudioStreamPacketDependencyDescription
type AudioStreamPacketDependencyDescription = struct
Inheritance
AudioStreamPacketDependencyDescription

Properties

Name Description
Flags

Currently unused.

IsIndependentlyDecodable

Specifies whether an audio packet is independency decodable, or if more audio packets are required to reset the decoder.

PreRollCount

Specifies how many additional audio packets are required to reset the decoder for audio packets that aren't independenly decodable.

Reserved

Currently unused.

Methods

Name Description
ToString()

Provides a string representation of the packet dependency description.

Applies to