Class MJPEGEncoderSettings
- Assembly
- VisioForge.Core.dll
MJPEG video encoder settings.
public class MJPEGEncoderSettings : IMJPEGEncoderSettings, IVideoEncoder, IMediaBlockSettingsInheritance
Implements
Inherited Members
Fields
Name
The name.
public static string NameField Value
Properties
Quality
Gets or sets the quality [10-100].
public int Quality { get; set; }Property Value
Methods
CreateBlock()
Creates the block.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
MediaBlock.
GetEncoderType()
Gets the type of the encoder.
public MJPEGEncoderType GetEncoderType()Returns
- MJPEGEncoderType
-
MJPEGEncoderType.
IsAvailable()
Determines whether this encoder is available.
public static bool IsAvailable()Returns
- bool
-
trueif this encoder is available; otherwise,false.
ToString()
Returns a String that represents this instance.
public override string ToString()