MediaPlayer.RealTimePlayback 屬性

定義

取得或設定值,這個值會針對即時串流視訊等即時案例設定 MediaPlayer

public:
 property bool RealTimePlayback { bool get(); void set(bool value); };
bool RealTimePlayback();

void RealTimePlayback(bool value);
public bool RealTimePlayback { get; set; }
var boolean = mediaPlayer.realTimePlayback;
mediaPlayer.realTimePlayback = boolean;
Public Property RealTimePlayback As Boolean

屬性值

Boolean

bool

如果 MediaPlayer 用於即時媒體,則為 True;否則為 false。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於