Share via


IAVQueuedSampleBufferRendering Interface

Definition

Interface defining methods for queueing sample buffers for presentation.

[Foundation.Protocol(Name="AVQueuedSampleBufferRendering", WrapperType=typeof(AVFoundation.AVQueuedSampleBufferRenderingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Enqueue", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreMedia.CMSampleBuffer) }, Selector="enqueueSampleBuffer:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Flush", Selector="flush")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestMediaData", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreFoundation.DispatchQueue), typeof(System.Action) }, Selector="requestMediaDataWhenReadyOnQueue:usingBlock:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="StopRequestingMediaData", Selector="stopRequestingMediaData")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="timebase", IsProperty=true, IsRequired=true, IsStatic=false, Name="Timebase", PropertyType=typeof(CoreMedia.CMTimebase), Selector="timebase")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isReadyForMoreMediaData", IsProperty=true, IsRequired=true, IsStatic=false, Name="ReadyForMoreMediaData", PropertyType=typeof(System.Boolean), Selector="readyForMoreMediaData")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasSufficientMediaDataForReliablePlaybackStart", IsProperty=true, IsRequired=true, IsStatic=false, Name="HasSufficientMediaDataForReliablePlaybackStart", PropertyType=typeof(System.Boolean), Selector="hasSufficientMediaDataForReliablePlaybackStart")]
public interface IAVQueuedSampleBufferRendering : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVQueuedSampleBufferRendering", WrapperType=typeof(AVFoundation.AVQueuedSampleBufferRenderingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Enqueue", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreMedia.CMSampleBuffer) }, Selector="enqueueSampleBuffer:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Flush", Selector="flush")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestMediaData", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreFoundation.DispatchQueue), typeof(System.Action) }, Selector="requestMediaDataWhenReadyOnQueue:usingBlock:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="StopRequestingMediaData", Selector="stopRequestingMediaData")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="timebase", IsProperty=true, IsRequired=true, IsStatic=false, Name="Timebase", PropertyType=typeof(CoreMedia.CMTimebase), Selector="timebase")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isReadyForMoreMediaData", IsProperty=true, IsRequired=true, IsStatic=false, Name="ReadyForMoreMediaData", PropertyType=typeof(System.Boolean), Selector="readyForMoreMediaData")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="hasSufficientMediaDataForReliablePlaybackStart", IsProperty=true, IsRequired=true, IsStatic=false, Name="HasSufficientMediaDataForReliablePlaybackStart", PropertyType=typeof(System.Boolean), Selector="hasSufficientMediaDataForReliablePlaybackStart")>]
type IAVQueuedSampleBufferRendering = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
HasSufficientMediaDataForReliablePlaybackStart
ReadyForMoreMediaData
Timebase

Methods

Name Description
Enqueue(CMSampleBuffer)
Flush()
RequestMediaData(DispatchQueue, Action)
StopRequestingMediaData()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to