Share via


CodecInfo.Kind Property

Definition

Gets a value specifying whether the codec operates on audio or video data.

public:
 property CodecKind Kind { CodecKind get(); };
CodecKind Kind();
public CodecKind Kind { get; }
var codecKind = codecInfo.kind;
Public ReadOnly Property Kind As CodecKind

Property Value

A value specifying whether the codec operates on audio or video data.

Applies to