NX Open C++ Reference Guide
Public Member Functions
NXOpen::MovieManager Class Reference

Represents a MovieManager class. More...

List of all members.

Public Member Functions

void CaptureFrame ()
 Use this method to capture a frame at a specified point.
NXOpen::MovieSettingsBuilderCreateMovieSettingsBuilder ()
 Creates a MovieSettingsBuilder.
void End ()
 Stops movie recording
Created in NX6.0.0.
void Pause ()
 Pauses movie recording
Created in NX6.0.0.
void Resume ()
 Resumes movie recording
Created in NX6.0.0.
void SetPlaybackSpeed (int fps)
 CAE1395: Call this routine to override the playback speed of the movie
Created in NX8.0.0.
void Start (const NXString &filename, bool userFrames)
 Starts movie recording
Created in NX6.0.0.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a MovieManager class.

This class is used for recording movies.
To obtain an instance of this class, refer to UI

Created in NX6.0.0.


Member Function Documentation

Use this method to capture a frame at a specified point.

This is used when the movie recording was started with true as the second parameter of MovieManager::Start


Created in NX6.0.0.

License requirements : None

Creates a MovieSettingsBuilder.

Returns:

Created in NX6.0.0.

License requirements : None

Stops movie recording
Created in NX6.0.0.



License requirements : None

Pauses movie recording
Created in NX6.0.0.



License requirements : None

Resumes movie recording
Created in NX6.0.0.



License requirements : None

CAE1395: Call this routine to override the playback speed of the movie
Created in NX8.0.0.



License requirements : None

Parameters:
fpsSpecifies the playback speed of the movie in frames per second
void NXOpen::MovieManager::Start ( const NXString filename,
bool  userFrames 
)

Starts movie recording
Created in NX6.0.0.



License requirements : None

Parameters:
filenameFilename of the movie to be createed
NOTE: The full Unicode character set is not supported for this parameter.
userFramesIf true, user will provide frames through MovieManager::CaptureFrame . If false, system generates frames
tag_t NXOpen::MovieManager::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.