H264VideoEncoderConfigurationLevel Property |
Gets or sets the Level.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int Level { get; set; }
Public Property Level As Integer
Get
Set
public:
property int Level {
int get ();
void set (int value);
}
member Level : int with get, set
Property Value
Type:
Int32
See standard for level settings. Set Level to 0 for automatic. Default: 0.
See Also