xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "AVQueuedSampleBufferRendering", WrapperType = typeof(AVQueuedSampleBufferRenderingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Flush", Selector = "flush")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StopRequestingMediaData", Selector = "stopRequestingMediaData")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Enqueue", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CMSampleBuffer) }, Selector = "enqueueSampleBuffer:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestMediaData", ParameterBlockProxy = new[] { null, typeof(NIDAction) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(DispatchQueue), typeof(Action) }, Selector = "requestMediaDataWhenReadyOnQueue:usingBlock:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "timebase", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Timebase", PropertyType = typeof(CMTimebase), Selector = "timebase")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isReadyForMoreMediaData", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ReadyForMoreMediaData", PropertyType = typeof(bool), Selector = "readyForMoreMediaData")]
public interface IAVQueuedSampleBufferRendering : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |