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

适用于