|
Wow, thanks for bring this up, for now please follow the tutorial part, the flags in Docs are outdated. And in the next release, these pre-defines will be removed.
For the second question, GetSampleCount() is a ePC2 Format Specific Functions, please refer to the KFbxCache doc, so sure it only works for PC2 file.
To get the sample count, I think if you get start and stop time and sampling rate, then you can calculate it like this:
(stop-start)/sampling rate.
Hope this helpful.
Author: Jiayang Xu
|