AudioStreamPacketDescription Struct

Definition

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 0 if the packets are of a constant size.

Methods

ToString()

Provides a string representation of the packet description.

Applies to