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))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVFragmentMinding : IDisposable, ObjCRuntime.INativeObject
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

IsAssociatedWithFragmentMinder(IAVFragmentMinding)

Applies to