xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "AVVideoCompositing", WrapperType = typeof(AVVideoCompositingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CancelAllPendingVideoCompositionRequests", Selector = "cancelAllPendingVideoCompositionRequests")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SourcePixelBufferAttributes", ReturnType = typeof(NSDictionary), Selector = "sourcePixelBufferAttributes")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequiredPixelBufferAttributesForRenderContext", ReturnType = typeof(NSDictionary), Selector = "requiredPixelBufferAttributesForRenderContext")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RenderContextChanged", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVVideoCompositionRenderContext) }, Selector = "renderContextChanged:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartVideoCompositionRequest", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVAsynchronousVideoCompositionRequest) }, Selector = "startVideoCompositionRequest:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AnticipateRendering", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVVideoCompositionRenderHint) }, Selector = "anticipateRenderingUsingHint:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PrerollForRendering", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVVideoCompositionRenderHint) }, Selector = "prerollForRenderingUsingHint:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "supportsWideColorSourceFrames", IsProperty = true, IsRequired = false, IsStatic = false, Name = "SupportsWideColorSourceFrames", PropertyType = typeof(bool), Selector = "supportsWideColorSourceFrames")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IAVVideoCompositing : 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. |