#include<kfbxstreamoptionscollada.h>
The content of KfbxStreamOptionsCollada is stored in the inherited Property of its parent (KFbxStreamOptions).
Definition at line86of filekfbxstreamoptionscollada.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 | GetFramePeriod() |
| Get 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. |