Allows to set the video format. You can know supported formats calling GetVideoFormats method.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SetCurrentVideoFormat( int width, int height, string format )
Public Sub SetCurrentVideoFormat ( _ width As Integer, _ height As Integer, _ format As String _ )
public: void SetCurrentVideoFormat( int width, int height, String^ format )
Parameters
- width
- Int32
Required video width
- height
- Int32
Required video height
- format
- String
The format parameter is the same of VideoFormats.Format, or an empty string if it doesn't matter.