Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : ConvertSettings Enumeration |
[FlagsAttribute()] public enum ConvertSettings : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum ConvertSettings Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ConvertSettings
[FlagsAttribute()] public enum class ConvertSettings : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0xFF000000 | Flags | Set all flags on. Currently this affects only the rewind flag, CaptureSettings.Rewind. |
0x00000001 | AudioProcessors | The audio processors settings. |
0x00000002 | VideoProcessors | The video processors settings. |
0x0000000F | Processors | The selected video and audio processors settings. |
0x00000010 | AudioCompressors | The audio compressor used. |
0x00000020 | VideoCompressors | The video compressor used. |
0x000000F0 | Compressors | The audio and video compressors used. |
0x00000100 | AudioDevices | The audio devices settings. |
0x00000200 | VideoDevices | The video devices settings. |
0x00000400 | MidiDevices | The MIDI devices settings. |
0x00000F00 | Devices | The devices settings. |
0x00001000 | MiscControls | The miscellaneous properties that affect the operation of the ConvertCtrl object. |
0x0000F000 | Controls | All the properties that affect the operation of the ConvertCtrl object. Currently this includes only the CaptureSettings.MiscControls option. |
0x00010000 | TargetFormat | The target format used. |
0x00FFFFFF | All | All settings. |
0x01000000 | Rewind | Rewind the stream to position zero before reading from or writing to it using functions like ConvertCtrl.SaveSettingsToStream and ConvertCtrl.LoadSettingsFromStream. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.ConvertSettings