77 @property (readonly)
unsigned int index;
81 @property (readonly)
unsigned int fxCount;
132 - (BOOL)changeInternalTimeline:(
NvsTimeline *)timeline;
155 - (BOOL)changeFilePath:(NSString *)filePath;
172 - (int64_t)changeTrimInPoint:(int64_t)newTrimInPoint affectSibling:(BOOL)affectSibling;
186 - (BOOL)moveTrimPoint:(int64_t)offset;
203 - (int64_t)changeTrimOutPoint:(int64_t)newTrimOutPoint affectSibling:(BOOL)affectSibling;
231 - (void)changeSpeed:(
double)newSpeed;
247 - (void)changeSpeed:(
double)newSpeed keepAudioPitch:(BOOL)keepAudioPitch;
285 - (BOOL)changeCurvesVariableSpeed:(NSString *)curvesString keepAudioPitch:(BOOL)keepAudioPitch;
310 - (int64_t)getClipPosByTimelinePosCurvesVariableSpeed:(int64_t) timelinePos;
321 - (int64_t)getTimelinePosByClipPosCurvesVariableSpeed:(int64_t) clipPos;
334 - (void)setVolumeGain:(
float)leftVolumeGain rightVolumeGain:(
float)rightVolumeGain;
347 - (void)getVolumeGain:(
float *)leftVolumeGain rightVolumeGain:(
float *)rightVolumeGain;
360 - (void)getRealVolumeAtTime:(
float *)leftVolume rightVolumeGain:(
float *)rightVolume time:(int64_t)time;
372 - (void)setLoopAudio:(BOOL)loop;