InfraredMediaFrame Classe

Definizione

Rappresenta un VideoMediaFrame che contiene dati video a infrarossi.

public ref class InfraredMediaFrame sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InfraredMediaFrame final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InfraredMediaFrame
Public NotInheritable Class InfraredMediaFrame
Ereditarietà
Object Platform::Object IInspectable InfraredMediaFrame
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)

Commenti

Ottenere un'istanza di questa classe accedendo alla proprietà InfraredMediaFrame della classe VideoMediaFrame .

Per indicazioni sull'uso di MediaFrameSource per acquisire fotogrammi, vedere Elaborare fotogrammi multimediali con MediaFrameReader.

Proprietà

FrameReference

Ottiene l'oggetto wrapper MediaFrameReference associato a InfraredMediaFrame, che consente di accedere alle informazioni di formato e ad altre proprietà del frame multimediale.

IsIlluminated

Ottiene un valore che specifica se la cornice multimediale a infrarossi è illuminata.

VideoMediaFrame

Ottiene il VideoMediaFrame associato a InfraredMediaFrame.

Si applica a

Vedi anche