'Declaration Public Property Level As Level
'Usage Dim instance As VideoCompressionOptions Dim value As Level instance.Level = value value = instance.Level
public Level Level {get; set;}
'Declaration Public Property Level As Level
'Usage Dim instance As VideoCompressionOptions Dim value As Level instance.Level = value value = instance.Level
public Level Level {get; set;}
It is the user's responsibility to ensure that the Level chosen is suitable for the chosen Codec, as different codecs use differnet numbering schemes.
If a particular value is not available in this list, please let us know for future releases, but a suitable integer value may simply be cast to a Level