AVPlayerItem.AudioTimePitchAlgorithm 属性

定义

用于管理音频音调的算法。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSString AudioTimePitchAlgorithm { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("audioTimePitchAlgorithm", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setAudioTimePitchAlgorithm:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AudioTimePitchAlgorithm : Foundation.NSString with get, set

属性值

该值应为 中 AVAudioTimePitchAlgorithm定义的常量之一。

属性

适用于