Starts recording a file in the WMV format at the specified bit and frame rate.
| [Visual Basic .NET] |
|---|
Public Sub StartRecording( _ ByVal WmvFilename As String, _ ByVal VideoBitRate As Integer, _ ByVal VideoFrameRate As Integer _ ) |
| [C#] |
|---|
public void StartRecording( |
| [Managed C++] |
|---|
public: void StartRecording( |
| [Java] |
|---|
public startRecording( |
| [Unmanaged C++] |
|---|
public: HRESULT StartRecording( |
- WmvFilename
- The filename of the WMV file.
- VideoBitRate
- A higher value will create larger files with better visual quality than a lower value that will create smaller files with poorer visual quality. A value of 5000 is a good starting point to judge the file size to visual quality trade-off.
- VideoFrameRate
- The frame rate of the video in frames per second. A value of 30 is typical.
