MultiSourceMediaFrameReference.TryGetFrameReferenceBySourceId(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’obtenir une valeur MediaFrameReference corrélée dans le temps pour la source de trame multimédia spécifiée.
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
Paramètres
- sourceId
-
String
Platform::String
winrt::hstring
Propriété Id de l’objet MediaFrameSourceInfo représentant la source de trame multimédia à partir de laquelle une référence de frame doit être retreive.
Retours
MediaFrameReference représentant une trame multimédia corrélée dans le temps.