次の方法で共有


AVPlayer.MasterClock プロパティ

定義

タイムベースに使用される AVPlayerItem マスター クロック。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreMedia.CMClock MasterClock { [Foundation.Export("masterClock")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMasterClock:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.MasterClock : CoreMedia.CMClock with get, set

プロパティ値

既定値は です null。これは、マスター クロックが内部的に決定されることを示します。

この値は、null の場合もあります。

属性

適用対象