AVAudioPlayerNode.ScheduleFile Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ScheduleFile(AVAudioFile, AVAudioTime, AVAudioPlayerNodeCompletionCallbackType, Action<AVAudioPlayerNodeCompletionCallbackType>) | |
ScheduleFile(AVAudioFile, AVAudioTime, Action) |
Plant die Wiedergabe des angegebenen Audios |
ScheduleFile(AVAudioFile, AVAudioTime, AVAudioPlayerNodeCompletionCallbackType, Action<AVAudioPlayerNodeCompletionCallbackType>)
[Foundation.Export("scheduleFile:atTime:completionCallbackType:completionHandler:")]
[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 virtual void ScheduleFile (AVFoundation.AVAudioFile file, AVFoundation.AVAudioTime when, AVFoundation.AVAudioPlayerNodeCompletionCallbackType callbackType, Action<AVFoundation.AVAudioPlayerNodeCompletionCallbackType> completionHandler);
abstract member ScheduleFile : AVFoundation.AVAudioFile * AVFoundation.AVAudioTime * AVFoundation.AVAudioPlayerNodeCompletionCallbackType * Action<AVFoundation.AVAudioPlayerNodeCompletionCallbackType> -> unit
override this.ScheduleFile : AVFoundation.AVAudioFile * AVFoundation.AVAudioTime * AVFoundation.AVAudioPlayerNodeCompletionCallbackType * Action<AVFoundation.AVAudioPlayerNodeCompletionCallbackType> -> unit
Parameter
- file
- AVAudioFile
- callbackType
- AVAudioPlayerNodeCompletionCallbackType
- completionHandler
- Action<AVAudioPlayerNodeCompletionCallbackType>
Muss hinzugefügt werden.
Dieser Parameter kann null
sein.
- Attribute
Gilt für:
ScheduleFile(AVAudioFile, AVAudioTime, Action)
Plant die Wiedergabe des angegebenen Audios file
.
[Foundation.Export("scheduleFile:atTime:completionHandler:")]
public virtual void ScheduleFile (AVFoundation.AVAudioFile file, AVFoundation.AVAudioTime when, Action completionHandler);
abstract member ScheduleFile : AVFoundation.AVAudioFile * AVFoundation.AVAudioTime * Action -> unit
override this.ScheduleFile : AVFoundation.AVAudioFile * AVFoundation.AVAudioTime * Action -> unit
Parameter
- file
- AVAudioFile
- Attribute