AudioFileStream.MagicCookie Property

Definition

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.

Applies to