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

适用于