Click or drag to resize

ProprietaryFeatures Enumeration

The list of supported proprietary features.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
[FlagsAttribute]
public enum ProprietaryFeatures
Members
  Member nameValueDescription
None0 No proprietary features enabled.
H2641

Represents 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.

Aac64

Represents 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.

Widevine128

Represents support of the Widevine DRM decryption.

Important: Widevine is a Google proprietary component, governed by its own terms of use. For more information, see https://www.widevine.com/ . TeamDev shall not be responsible for your use of Widevine.

See Also