Click or drag to resize
H264VideoDecoderConfigurationHardwareAccelerated Property
Enables hardware acceleration on the decoder. Hardware acceleration is only available on Windows Vista/7/8.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool HardwareAccelerated { get; set; }

Property Value

Type: Boolean
true if hardware accelerated, false if not.
See Also