AudioConverter.DecompressionMagicCookie Property
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.
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.