AudioStreamPacketDescription 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.
Describes audio packets that do not have a standard size and packets that are interleaved with non-audio data.
public struct AudioStreamPacketDescription
type AudioStreamPacketDescription = struct
- Inheritance
-
AudioStreamPacketDescription
Fields
DataByteSize |
The size of the packet, in bytes. |
StartOffset |
The zero-based byte index from the beginning of the buffer to the beginning of the packet. |
VariableFramesInPacket |
The number of frames in the packet, or |
Methods
ToString() |
Provides a string representation of the packet description. |