MediaPlaybackTimedMetadataTrackList.GetPresentationMode(UInt32) メソッド

定義

指定したインデックスを持つ時間指定メタデータ トラックのプレゼンテーション モードを取得します。

public:
 virtual TimedMetadataTrackPresentationMode GetPresentationMode(unsigned int index) = GetPresentationMode;
TimedMetadataTrackPresentationMode GetPresentationMode(uint32_t const& index);
public TimedMetadataTrackPresentationMode GetPresentationMode(uint index);
function getPresentationMode(index)
Public Function GetPresentationMode (index As UInteger) As TimedMetadataTrackPresentationMode

パラメーター

index
UInt32

unsigned int

uint32_t

プレゼンテーション モードが照会される時間指定メタデータ トラックのインデックス。

戻り値

プレゼンテーション モード。

適用対象