PhasePushStreamNode.ScheduleBufferAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ScheduleBufferAsync(AVAudioPcmBuffer, PhasePushStreamCompletionCallbackCondition)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Phase.PhasePushStreamCompletionCallbackCondition> ScheduleBufferAsync(AVFoundation.AVAudioPcmBuffer buffer, Phase.PhasePushStreamCompletionCallbackCondition completionCallbackCondition);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ScheduleBufferAsync : AVFoundation.AVAudioPcmBuffer * Phase.PhasePushStreamCompletionCallbackCondition -> System.Threading.Tasks.Task<Phase.PhasePushStreamCompletionCallbackCondition>
override this.ScheduleBufferAsync : AVFoundation.AVAudioPcmBuffer * Phase.PhasePushStreamCompletionCallbackCondition -> System.Threading.Tasks.Task<Phase.PhasePushStreamCompletionCallbackCondition>
Parameters
- buffer
- AVAudioPcmBuffer
- completionCallbackCondition
- PhasePushStreamCompletionCallbackCondition
Returns
- Attributes
Applies to
ScheduleBufferAsync(AVAudioPcmBuffer, AVAudioTime, PhasePushStreamBufferOptions, PhasePushStreamCompletionCallbackCondition)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Phase.PhasePushStreamCompletionCallbackCondition> ScheduleBufferAsync(AVFoundation.AVAudioPcmBuffer buffer, AVFoundation.AVAudioTime? when, Phase.PhasePushStreamBufferOptions options, Phase.PhasePushStreamCompletionCallbackCondition completionCallbackCondition);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ScheduleBufferAsync : AVFoundation.AVAudioPcmBuffer * AVFoundation.AVAudioTime * Phase.PhasePushStreamBufferOptions * Phase.PhasePushStreamCompletionCallbackCondition -> System.Threading.Tasks.Task<Phase.PhasePushStreamCompletionCallbackCondition>
override this.ScheduleBufferAsync : AVFoundation.AVAudioPcmBuffer * AVFoundation.AVAudioTime * Phase.PhasePushStreamBufferOptions * Phase.PhasePushStreamCompletionCallbackCondition -> System.Threading.Tasks.Task<Phase.PhasePushStreamCompletionCallbackCondition>
Parameters
- buffer
- AVAudioPcmBuffer
- when
- AVAudioTime
- options
- PhasePushStreamBufferOptions
- completionCallbackCondition
- PhasePushStreamCompletionCallbackCondition
Returns
- Attributes