AVSampleBufferAudioRenderer.Flush 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
Flush(CMTime, Action<Boolean>) | |
Flush() |
Flush(CMTime, Action<Boolean>)
[Foundation.Export("flushFromSourceTime:completionHandler:")]
public virtual void Flush (CoreMedia.CMTime time, Action<bool> completionHandler);
abstract member Flush : CoreMedia.CMTime * Action<bool> -> unit
override this.Flush : CoreMedia.CMTime * Action<bool> -> unit
Parameters
- time
- CMTime
- Attributes
Applies to
Flush()
[Foundation.Export("flush")]
[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)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Flush ();
abstract member Flush : unit -> unit
override this.Flush : unit -> unit
Implements
- Attributes