IAVFragmentMinding インターフェイス

定義

フラグメントがフラグメント化された資産に追加されたかどうかを追跡するための インターフェイス。

[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
派生
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

IsAssociatedWithFragmentMinder()

実装が に関連付けられている場合は をAVFragmentedAssetMinder返しますtrue

拡張メソッド

IsAssociatedWithFragmentMinder(IAVFragmentMinding)

フラグメントがフラグメント化された資産に追加されたかどうかを追跡するための インターフェイス。

適用対象