Condividi tramite


MediaFrameSource.CurrentFormat Proprietà

Definizione

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 .

Si applica a