48 @property (readonly) 
unsigned int index;  
 
   70 - (int64_t)changeInPoint:(
unsigned int)clipIndex newInPoint:(int64_t)newInPoint;
 
   88 - (int64_t)changeOutPoint:(
unsigned int)clipIndex newOutPoint:(int64_t)newOutPoint;
 
  126 - (BOOL)splitClip:(
unsigned int)clipIndex splitPoint:(int64_t)splitPoint;
 
  143 - (BOOL)removeClip:(
unsigned int)clipIndex keepSpace:(BOOL)keepSpace;
 
  161 - (BOOL)removeRange:(int64_t)startTimelinePos endTimelinePos:(int64_t)endTimelinePos keepSpace:(BOOL)keepSpace;
 
  177 - (BOOL)moveClip:(
unsigned int)clipIndex destClipIndex:(
unsigned int)destClipIndex;
 
  198 - (BOOL)moveClip:(
unsigned int)clipIndex targetTimelinePos:(int64_t)targetTimelinePos isInsertTarget:(BOOL)isInsertTarget keepSpace:(BOOL)keepSpace;
 
  224 - (void)setVolumeGain:(
float)leftVolumeGain rightVolumeGain:(
float)rightVolumeGain;
 
  237 - (void)getVolumeGain:(
float *)leftVolumeGain rightVolumeGain:(
float *)rightVolumeGain;