AudioFile.MagicCookie 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.
The magic cookie for this file.
public byte[] MagicCookie { get; set; }
member this.MagicCookie : byte[] with get, set
Property Value
Byte[]
Remarks
Certain files require the magic cookie to be set before they can be written to. Set this property before you write packets from your source (AudioQueue).