AGI STK Graphics 11Send comments on this topic.
StartRecordingFrameStack Method (IAgStkGraphicsCameraVideoRecording)
See Also 
FileDirectory
The directory in which each frame will be saved.
FilePrefix
Used to create the filename of each saved frame.
CameraSnapshotFileFormat
The file format of each saved frame.
StartingFrameNumber
The number of the first frame
NumberOfFrameDigits
The maximum number of digits available for defining the frame number
Windows






Windows & Linux

Description

Starts recording a frame stack. Each frame is saved as a separate image file. The filename of each frame is defined by a prefix followed by a frame number.

Syntax

[Visual Basic .NET]
Public Sub StartRecordingFrameStack( _
   ByVal FileDirectory As String, _
   ByVal FilePrefix As String, _
   ByVal CameraSnapshotFileFormat As AgEStkGraphicsCameraSnapshotFileFormat, _
   ByVal StartingFrameNumber As Integer, _
   ByVal NumberOfFrameDigits As Integer _
) 
[C#]
public void StartRecordingFrameStack(
   string FileDirectory,
   string FilePrefix,
   AgEStkGraphicsCameraSnapshotFileFormat CameraSnapshotFileFormat,
   int StartingFrameNumber,
   int NumberOfFrameDigits
);
[Managed C++]
public: void StartRecordingFrameStack(
   String __gc ^ FileDirectory,
   String __gc ^ FilePrefix,
   AgEStkGraphicsCameraSnapshotFileFormat CameraSnapshotFileFormat,
   int StartingFrameNumber,
   int NumberOfFrameDigits
);
[Java]
public  startRecordingFrameStack(
   String FileDirectory,
   String FilePrefix,
   AgEStkGraphicsCameraSnapshotFileFormat CameraSnapshotFileFormat,
   ppInteger StartingFrameNumber,
   ppInteger NumberOfFrameDigits
);
[Unmanaged C++]
public: HRESULT StartRecordingFrameStack(
   BSTR FileDirectory,
   BSTR FilePrefix,
   AgEStkGraphicsCameraSnapshotFileFormat CameraSnapshotFileFormat,
   int StartingFrameNumber,
   int NumberOfFrameDigits
);

Parameters

FileDirectory
The directory in which each frame will be saved.
FilePrefix
Used to create the filename of each saved frame.
CameraSnapshotFileFormat
MemberValueDescription
eStkGraphicsCameraSnapshotFileFormatBmp0BMP file format
eStkGraphicsCameraSnapshotFileFormatRas1RAS file format
eStkGraphicsCameraSnapshotFileFormatTiff2TIFF file format
eStkGraphicsCameraSnapshotFileFormatJpeg3JPEG file format
The file format of each saved frame.
StartingFrameNumber
The number of the first frame
NumberOfFrameDigits
The maximum number of digits available for defining the frame number

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.