次の方法で共有


AudioComponentFlag 列挙型

定義

オーディオ コンポーネントが検索可能かどうかを指定する値を持つフラグ列挙。 ComponentFlags と共に使用します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum AudioComponentFlag
type AudioComponentFlag = 
継承
AudioComponentFlag
属性

フィールド

CanLoadInProcess 16
IsV3AudioUnit 4
RequiresAsyncInstantiation 8
SandboxSafe 2
Unsearchable 1

適用対象