AudioConverter.DecompressionMagicCookie Property

Definition

Gets or sets a magic cookie that is used for decompression.

public byte[] DecompressionMagicCookie { get; set; }
member this.DecompressionMagicCookie : byte[] with get, set

Property Value

Byte[]

Remarks

If the audio data format has a magic cookie associated with it, you must add this information to appropriately decompress the data.

Applies to