#include<kfbxstreamoptionsmotion.h>
Definition at line177of filekfbxstreamoptionsmotion.h.
Public Member Functions | |
void | Reset() |
Reset all the options to default value. | |
void | SetTimeMode(KTime::ETimeModepTimeMode, double pCustomFrameRate=0.0) |
Sets the Time Mode. | |
KTime::ETimeMode | GetTimeMode() |
Sets the Time Mode. | |
KTime | GetStart() |
Gets the Start Time. | |
int | GetFrameCount() |
Gets the Frame Count. | |
double | GetFrameRate() |
Gets the Frame Rate. | |
void | SetStart(KTimepStartTime) |
Sets the Start Time. | |
void | SetFrameCount(int pFrameCount) |
Sets the Frame Count. | |
KTime | GetFramePeriod() |
Gets the Frame Period. |
void Reset | ( | ) | [virtual] |
Reset all the options to default value.
Reimplemented fromKFbxStreamOptions.
void SetTimeMode | ( | KTime::ETimeMode | pTimeMode, | |
double | pCustomFrameRate=0.0 | |||
) |
Sets the Time Mode.
pTimeMode | the time mode to be used. | |
pCustomFrameRate | the value of the frame rate. |
KTime::ETimeModeGetTimeMode | ( | ) | [inline] |
KTimeGetStart | ( | ) | [inline] |
Gets the Start Time.
Definition at line201of filekfbxstreamoptionsmotion.h.
ReferencesKFbxStreamOptions::GetOption().
int GetFrameCount | ( | ) | [inline] |
Gets the Frame Count.
Definition at line206of filekfbxstreamoptionsmotion.h.
ReferencesKFbxStreamOptions::GetOption().
double GetFrameRate | ( | ) | [inline] |
Gets the Frame Rate.
Definition at line211of filekfbxstreamoptionsmotion.h.
ReferencesKFbxStreamOptions::GetOption().
void SetStart | ( | KTime | pStartTime | ) | [inline] |
Sets the Start Time.
pStartTime | the start time to be set. |
Definition at line216of filekfbxstreamoptionsmotion.h.
ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().
void SetFrameCount | ( | int | pFrameCount | ) | [inline] |
Sets the Frame Count.
pFrameCount | the frame count to be set. |
Definition at line221of filekfbxstreamoptionsmotion.h.
ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().