MediaTranscoder.HardwareAccelerationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether hardware acceleration is enabled.
public:
property bool HardwareAccelerationEnabled { bool get(); void set(bool value); };
bool HardwareAccelerationEnabled();
void HardwareAccelerationEnabled(bool value);
public bool HardwareAccelerationEnabled { get; set; }
var boolean = mediaTranscoder.hardwareAccelerationEnabled;
mediaTranscoder.hardwareAccelerationEnabled = boolean;
Public Property HardwareAccelerationEnabled As Boolean
Property Value
Boolean
bool
Set to true if enabled, otherwise false.