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)

的接口,支持跟踪片段是否已追加到碎片资产。

适用于