MultiSourceMediaFrameReference.TryGetFrameReferenceBySourceId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試取得指定之媒體畫面來源的時間相互關聯 MediaFrameReference 。
public:
virtual MediaFrameReference ^ TryGetFrameReferenceBySourceId(Platform::String ^ sourceId) = TryGetFrameReferenceBySourceId;
MediaFrameReference TryGetFrameReferenceBySourceId(winrt::hstring const& sourceId);
public MediaFrameReference TryGetFrameReferenceBySourceId(string sourceId);
function tryGetFrameReferenceBySourceId(sourceId)
Public Function TryGetFrameReferenceBySourceId (sourceId As String) As MediaFrameReference
參數
- sourceId
-
String
Platform::String
winrt::hstring
MediaFrameSourceInfo物件的Id屬性,代表應該從中擷取框架參考的媒體畫面來源。
傳回
代表時間相互關聯媒體畫面的 MediaFrameReference 。