AudioFile.MagicCookie 属性

定义

此文件的 magic Cookie。

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

属性值

Byte[]

注解

某些文件需要先设置 magic cookie,然后才能写入。 在从源 (AudioQueue) 写入数据包之前设置此属性。

适用于