Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : CapturePreview Enumeration |
public enum CapturePreview : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum CapturePreview Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CapturePreview
public enum class CapturePreview : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | VideoAndAudio | Specifies that both video and audio should be previewed. |
0x00000001 | Video | Specifies that only video should be previewed. |
0x00000002 | Audio | Specifies that only audio should be previewed. |
System.Object
System.ValueType
System.Enum
Leadtools.MediaFoundation.CapturePreview