EnableInternalEncoders method |
|
Remarks
Enables/disables the usage of internal encoders for MP3, Ogg Vorbis and Opus formats.
When internal encoders are enabled, which is the default behaviour starting from version 8 of the component, the encoding speed is quite higher.
Syntax
[Visual Basic] Public Function EnableInternalEncoders ( bEnable as Boolean ) |
[C#] public void EnableInternalEncoders ( bool bEnable ); |
[C++] public: void EnableInternalEncoders ( bool bEnable ); |
Parameter |
Description |
||||||
|
|
||||||
bEnable |
Boolean value that specifies if the control must enable internal encoders. Supported values are the following:
|
Return value
None