#include
<kfbxstreamoptionsmotion.h>

Definition at line 88 of file kfbxstreamoptionsmotion.h.
Public Member Functions |
|
| void | Reset () |
| Reset all the options to default value.
|
|
| void | SetTimeMode (KTime::ETimeMode pTimeMode, 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 (KTime pStartTime) |
| 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 from KFbxStreamOptions.
| 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::ETimeMode GetTimeMode | ( | ) | [inline] |
Sets the Time Mode.
Definition at line 106 of file kfbxstreamoptionsmotion.h.
| KTime GetStart | ( | ) | [inline] |
Gets the Start Time.
Definition at line 111 of file kfbxstreamoptionsmotion.h.
References KFbxStreamOptions::GetOption().
| int GetFrameCount | ( | ) | [inline] |
Gets the Frame Count.
Definition at line 116 of file kfbxstreamoptionsmotion.h.
References KFbxStreamOptions::GetOption().
| double GetFrameRate | ( | ) | [inline] |
Gets the Frame Rate.
Definition at line 121 of file kfbxstreamoptionsmotion.h.
References KFbxStreamOptions::GetOption().
| void SetStart | ( | KTime | pStartTime | ) | [inline] |
Sets the Start Time.
| pStartTime | the start time to be set. |
Definition at line 126 of file kfbxstreamoptionsmotion.h.
References KFbxStreamOptions::GetOption(), and KFbxProperty::Set().
| void SetFrameCount | ( | int | pFrameCount | ) | [inline] |
Sets the Frame Count.
| pFrameCount | the frame count to be set. |
Definition at line 131 of file kfbxstreamoptionsmotion.h.
References KFbxStreamOptions::GetOption(), and KFbxProperty::Set().