NX Open C++ Reference Guide
|
This class is the builder for the Movie Settings. More...
Public Types | |
enum | CaptureAreaChoices { CaptureAreaChoicesGraphics, CaptureAreaChoicesNxWindow, CaptureAreaChoicesDesktop } |
Indicates the are being recorded in the movie. More... | |
enum | PlaybackSpeedChoices { PlaybackSpeedChoicesVerySlow, PlaybackSpeedChoicesSlow, PlaybackSpeedChoicesAsRecorded, PlaybackSpeedChoicesFast, PlaybackSpeedChoicesVeryFast } |
Indicates the playback speed of the movie. More... | |
Public Member Functions | |
NXOpen::MovieSettingsBuilder::CaptureAreaChoices | CaptureArea () |
Returns the area captured for movie creation. | |
NXString | CodecFourcc () |
Returns the Codec that is used to create the movie. | |
int | FramesPerSecond () |
Returns the frames per second for the movie. | |
NXOpen::MovieSettingsBuilder::PlaybackSpeedChoices | PlaybackSpeed () |
Returns the speed at which the recorded movie is played back. | |
void | SetCaptureArea (NXOpen::MovieSettingsBuilder::CaptureAreaChoices captureArea) |
Sets the area captured for movie creation. | |
void | SetCodecFourcc (const NXString &codecFourcc) |
Sets the Codec that is used to create the movie. | |
void | SetFramesPerSecond (int framesPerSecond) |
Sets the frames per second for the movie. | |
void | SetPlaybackSpeed (NXOpen::MovieSettingsBuilder::PlaybackSpeedChoices playbackSpeed) |
Sets the speed at which the recorded movie is played back. |
This class is the builder for the Movie Settings.
To create a new instance of this class, use MovieManager::CreateMovieSettingsBuilder
Default values.
Property | Value |
---|---|
CaptureArea |
Graphics |
FramesPerSecond |
10 |
PlaybackSpeed |
AsRecorded |
Created in NX6.0.0.
Indicates the are being recorded in the movie.
Indicates the playback speed of the movie.
Returns the area captured for movie creation.
Created in NX6.0.0.
License requirements : None
Returns the Codec that is used to create the movie.
Created in NX6.0.0.
License requirements : None
Returns the frames per second for the movie.
This setting dictates the quality of the movie that is created. A smaller value would create a coarse movie with small file size, whereas, a bigger value would create a smooth movie with a big file size
Created in NX6.0.0.
License requirements : None
Returns the speed at which the recorded movie is played back.
Created in NX6.0.0.
License requirements : None
void NXOpen::MovieSettingsBuilder::SetCaptureArea | ( | NXOpen::MovieSettingsBuilder::CaptureAreaChoices | captureArea | ) |
Sets the area captured for movie creation.
Created in NX6.0.0.
License requirements : None
captureArea | capturearea |
void NXOpen::MovieSettingsBuilder::SetCodecFourcc | ( | const NXString & | codecFourcc | ) |
Sets the Codec that is used to create the movie.
Created in NX6.0.0.
License requirements : None
codecFourcc | codecfourcc |
void NXOpen::MovieSettingsBuilder::SetFramesPerSecond | ( | int | framesPerSecond | ) |
Sets the frames per second for the movie.
This setting dictates the quality of the movie that is created. A smaller value would create a coarse movie with small file size, whereas, a bigger value would create a smooth movie with a big file size
Created in NX6.0.0.
License requirements : None
framesPerSecond | framespersecond |
void NXOpen::MovieSettingsBuilder::SetPlaybackSpeed | ( | NXOpen::MovieSettingsBuilder::PlaybackSpeedChoices | playbackSpeed | ) |
Sets the speed at which the recorded movie is played back.
Created in NX6.0.0.
License requirements : None
playbackSpeed | playbackspeed |