58 @property (readonly)
unsigned int index;
62 @property (readonly)
unsigned int fxCount;
85 - (BOOL)changeFilePath:(NSString *)filePath;
102 - (int64_t)changeTrimInPoint:(int64_t)newTrimInPoint affectSibling:(BOOL)affectSibling;
116 - (BOOL)moveTrimPoint:(int64_t)offset;
133 - (int64_t)changeTrimOutPoint:(int64_t)newTrimOutPoint affectSibling:(BOOL)affectSibling;
161 - (void)changeSpeed:(
double)newSpeed;
177 - (void)changeSpeed:(
double)newSpeed keepAudioPitch:(BOOL)keepAudioPitch;
215 - (BOOL)changeCurvesVariableSpeed:(NSString *)curvesString keepAudioPitch:(BOOL)keepAudioPitch;
240 - (int64_t)getClipPosByTimelinePosCurvesVariableSpeed:(int64_t) timelinePos;
251 - (int64_t)getTimelinePosByClipPosCurvesVariableSpeed:(int64_t) clipPos;
264 - (void)setVolumeGain:(
float)leftVolumeGain rightVolumeGain:(
float)rightVolumeGain;
277 - (void)getVolumeGain:(
float *)leftVolumeGain rightVolumeGain:(
float *)rightVolumeGain;
290 - (void)getRealVolumeAtTime:(
float *)leftVolume rightVolumeGain:(
float *)rightVolume time:(int64_t)time;
302 - (void)setLoopAudio:(BOOL)loop;