LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ConvertSettings Enumeration
See Also  
Leadtools.Multimedia Namespace : ConvertSettings Enumeration



Values that control saving and loading settings for the ConvertCtrl object.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ConvertSettings 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ConvertSettings
C# 
[FlagsAttribute()]
public enum ConvertSettings : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ConvertSettings : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllAll settings.
AudioCompressorsThe audio compressor used.
AudioDevicesThe audio devices settings.
AudioProcessorsThe audio processors settings.
CompressorsThe audio and video compressors used.
ControlsAll the properties that affect the operation of the ConvertCtrl object. Currently this includes only the CaptureSettings.MiscControls option.
DevicesThe devices settings.
FlagsSet all flags on. Currently this affects only the rewind flag, CaptureSettings.Rewind.
MidiDevicesThe MIDI devices settings.
MiscControlsThe miscellaneous properties that affect the operation of the ConvertCtrl object.
ProcessorsThe selected video and audio processors settings.
RewindRewind the stream to position zero before reading from or writing to it using functions like ConvertCtrl.SaveSettingsToStream and ConvertCtrl.LoadSettingsFromStream.
TargetFormatThe target format used.
VideoCompressorsThe video compressor used.
VideoDevicesThe video devices settings.
VideoProcessorsThe video processors settings.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.ConvertSettings

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also