AGI STK Graphics 11 Send comments on this topic.
StartRecording Method (IAgStkGraphicsCameraVideoRecording)
See Also 
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.

Description

Starts recording a file in the WMV format at the specified bit and frame rate.

Syntax

[Visual Basic .NET]
Public Sub StartRecording( _
   ByVal WmvFilename As String, _
   ByVal VideoBitRate As Integer, _
   ByVal VideoFrameRate As Integer _
) 

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface