AudioFileStream.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; }
member this.MagicCookie : byte[]
Property Value
Byte[]
Remarks
Some file formats require that the magic cookie is written before data can be written, use this property to retrieve the magic cookie for this file stream.
This updates the LastError property.