Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ConvertSettings Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ConvertSettings |
C# | |
---|---|
[FlagsAttribute()] public enum ConvertSettings : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ConvertSettings : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
All | All settings. |
AudioCompressors | The audio compressor used. |
AudioDevices | The audio devices settings. |
AudioProcessors | The audio processors settings. |
Compressors | The audio and video compressors used. |
Controls | All the properties that affect the operation of the ConvertCtrl object. Currently this includes only the CaptureSettings.MiscControls option. |
Devices | The devices settings. |
Flags | Set all flags on. Currently this affects only the rewind flag, CaptureSettings.Rewind. |
MidiDevices | The MIDI devices settings. |
MiscControls | The miscellaneous properties that affect the operation of the ConvertCtrl object. |
Processors | The selected video and audio processors settings. |
Rewind | Rewind the stream to position zero before reading from or writing to it using functions like ConvertCtrl.SaveSettingsToStream and ConvertCtrl.LoadSettingsFromStream. |
TargetFormat | The target format used. |
VideoCompressors | The video compressor used. |
VideoDevices | The video devices settings. |
VideoProcessors | The video processors settings. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertSettings
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7