Click or drag to resize
H265VideoDecoderConfigurationWppWorkerThreads Property
The number of worker threads to use for parallelized decoding. The default value is the number of logical cores in the system.

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

Property Value

Type: Int32
The number of worker threads.
See Also