xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "AVVideoCompositionValidationHandling", WrapperType = typeof(AVVideoCompositionValidationHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldContinueValidatingAfterFindingInvalidValueForKey", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVVideoComposition), typeof(string) }, ReturnType = typeof(bool), Selector = "videoComposition:shouldContinueValidatingAfterFindingInvalidValueForKey:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldContinueValidatingAfterFindingEmptyTimeRange", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVVideoComposition), typeof(CMTimeRange) }, ReturnType = typeof(bool), Selector = "videoComposition:shouldContinueValidatingAfterFindingEmptyTimeRange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldContinueValidatingAfterFindingInvalidTimeRangeInInstruction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVVideoComposition), typeof(AVVideoCompositionInstruction) }, ReturnType = typeof(bool), Selector = "videoComposition:shouldContinueValidatingAfterFindingInvalidTimeRangeInInstruction:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldContinueValidatingAfterFindingInvalidTrackIDInInstruction", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(AVVideoComposition), typeof(AVVideoCompositionInstruction), typeof(AVVideoCompositionLayerInstruction), typeof(AVAsset) }, ReturnType = typeof(bool), Selector = "videoComposition:shouldContinueValidatingAfterFindingInvalidTrackIDInInstruction:layerInstruction:asset:")]
public interface IAVVideoCompositionValidationHandling : 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. |