Share via


IAVFragmentMinding Interface

Definition

Interface for to support tracking whether fragments have been appended to a fragmented asset.

[Foundation.Protocol(Name="AVFragmentMinding", WrapperType=typeof(AVFoundation.AVFragmentMindingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsAssociatedWithFragmentMinder", ReturnType=typeof(System.Boolean), Selector="isAssociatedWithFragmentMinder")]
public interface IAVFragmentMinding : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVFragmentMinding", WrapperType=typeof(AVFoundation.AVFragmentMindingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsAssociatedWithFragmentMinder", ReturnType=typeof(System.Boolean), Selector="isAssociatedWithFragmentMinder")>]
type IAVFragmentMinding = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
IsAssociatedWithFragmentMinder()

Return true if the implementation is associated with a AVFragmentedAssetMinder.

Extension Methods

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

Applies to