MediaFrameSource.CurrentFormat Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica il formato del frame corrente di MediaFrameSource.
public:
property MediaFrameFormat ^ CurrentFormat { MediaFrameFormat ^ get(); };
MediaFrameFormat CurrentFormat();
public MediaFrameFormat CurrentFormat { get; }
var mediaFrameFormat = mediaFrameSource.currentFormat;
Public ReadOnly Property CurrentFormat As MediaFrameFormat
Valore della proprietà
Valore che indica il formato del frame corrente dell'origine fotogramma multimediale.
Commenti
Per ricevere una notifica quando il formato del frame corrente dell'origine fotogramma multimediale cambia, gestire l'evento FormatChanged .