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 。