H264VideoDecoderConfigurationHardwareAccelerated Property |
Enables hardware acceleration on the decoder. Hardware acceleration is only available on
Windows Vista/7/8.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool HardwareAccelerated { get; set; }
Public Property HardwareAccelerated As Boolean
Get
Set
public:
property bool HardwareAccelerated {
bool get ();
void set (bool value);
}
member HardwareAccelerated : bool with get, set
Property Value
Type:
Boolean
true if hardware accelerated, false if not.
See Also