Share via


MultiSourceMediaFrameReference.TryGetFrameReferenceBySourceId(String) Metodo

Definizione

Tenta di ottenere un MediaFrameReference correlato al tempo per l'origine fotogramma multimediale specificata.

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

Parametri

sourceId
String

Platform::String

winrt::hstring

Proprietà Id dell'oggetto MediaFrameSourceInfo che rappresenta l'origine del frame multimediale da cui deve essere retreived un riferimento a un frame.

Restituisce

MediaFrameReference che rappresenta un frame multimediale correlato al tempo.

Si applica a