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.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int WppWorkerThreads { get; set; }
Public Property WppWorkerThreads As Integer
Get
Set
public:
property int WppWorkerThreads {
int get ();
void set (int value);
}
member WppWorkerThreads : int with get, set
Property Value
Type:
Int32
The number of worker threads.
See Also