|
NX Open C++ Reference Guide
|
Represents a MovieManager class. More...
Public Member Functions | |
| void | CaptureFrame () |
| Use this method to capture a frame at a specified point. | |
| NXOpen::MovieSettingsBuilder * | CreateMovieSettingsBuilder () |
| 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. | |
| void | Start (const char *filename, bool userFrames) |
| Starts movie recording Created in NX6.0.0. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
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.
| void NXOpen::MovieManager::CaptureFrame | ( | ) |
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
| NXOpen::MovieSettingsBuilder* NXOpen::MovieManager::CreateMovieSettingsBuilder | ( | ) |
Creates a MovieSettingsBuilder.
| void NXOpen::MovieManager::End | ( | ) |
Stops movie recording
Created in NX6.0.0.
License requirements : None
| void NXOpen::MovieManager::Pause | ( | ) |
Pauses movie recording
Created in NX6.0.0.
License requirements : None
| void NXOpen::MovieManager::Resume | ( | ) |
Resumes movie recording
Created in NX6.0.0.
License requirements : None
| void NXOpen::MovieManager::SetPlaybackSpeed | ( | int | fps | ) |
CAE1395: Call this routine to override the playback speed of the movie
Created in NX8.0.0.
License requirements : None
| fps | Specifies 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
| filename | Filename of the movie to be createed NOTE: The full Unicode character set is not supported for this parameter. |
| userFrames | If true, user will provide frames through MovieManager::CaptureFrame . If false, system generates frames |
| void NXOpen::MovieManager::Start | ( | const char * | filename, |
| bool | userFrames | ||
| ) |
Starts movie recording
Created in NX6.0.0.
License requirements : None
| filename | Filename of the movie to be createed NOTE: The full Unicode character set is not supported for this parameter. |
| userFrames | If 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.