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

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

IsAssociatedWithFragmentMinder()

Return true if the implementation is associated with a AVFragmentedAssetMinder.

Extension Methods

GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to