Enum ProprietaryFeatures
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
The list of supported proprietary features.
[Flags]
public enum ProprietaryFeatures
Fields
Aac = 64Represents support of the AAC codec.
Important: AAC codec is a proprietary component. By enabling this codec you state that you are aware that AAC is a proprietary component and you should have a license in order to use it. For more information, you could contact patent holders: Via Licensing and MPEG LA. TeamDev shall not be responsible for your use of AAC codec.
H264 = 1Represents support of the H.264 codec.
Important: H.264 codec is a proprietary component. By enabling this codec you state that you are aware that H.264 is a proprietary component and you should have a license in order to use it. For more information, you could contact patent holders: Via Licensing and MPEG LA. TeamDev shall not be responsible for your use of H.264 codec.
Hevc = 16Represents support of the HEVC codec.
Important: HEVC codec is a proprietary component. By enabling this codec you state that you are aware that HEVC is a proprietary component and you should have a license in order to use it. For more information, you could contact patent holders: Via Licensing and MPEG LA. TeamDev shall not be responsible for your use of HEVC codec.
None = 0No proprietary features enabled.