AudioStreamPacketDependencyDescription Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |