次の方法で共有


AVAudioEngineManualRenderingMode 列挙型

定義

手動レンダリングがオフラインで行われるか、リアルタイムの制約の下で実行されるかを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAudioEngineManualRenderingMode
type AVAudioEngineManualRenderingMode = 
継承
AVAudioEngineManualRenderingMode
属性

フィールド

Offline 0
Realtime 1

適用対象