MultiSourceMediaFrameReference.TryGetFrameReferenceBySourceId(String) 方法

定義

嘗試取得指定之媒體畫面來源的時間相互關聯 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

適用於