Share via


EncoderDevice.Category Property

Gets the capture category of this device. Most devices are capture devices, however some devices, such as speakers, are playback devices. Live jobs only supports capture devices, while ScreenCapture jobs support both playback and capture devices.

Namespace: Microsoft.Expression.Encoder.Devices
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public ReadOnly Property Category As EncoderDeviceCategory
'Usage
Dim instance As EncoderDevice
Dim value As EncoderDeviceCategory

value = instance.Category
public EncoderDeviceCategory Category { get; }
public:
property EncoderDeviceCategory Category {
    EncoderDeviceCategory get ();
}

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EncoderDevice Class
EncoderDevice Members
Microsoft.Expression.Encoder.Devices Namespace