Starts recording a file in the WMV format at the specified bit and frame rate.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def StartRecording(self, WmvFilename:str, VideoBitRate:int, VideoFrameRate:int) -> None: |
- 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.






