TCVideoPublishController.h 550 B

1234567891011121314151617
  1. #import <TXLiteAVSDK_Professional/TXVideoEditerTypeDef.h>
  2. #define kRecordType_Camera 0
  3. #define kRecordType_Play 1
  4. @interface TCVideoPublishController : YBBaseViewController<UITextViewDelegate>
  5. @property(nonatomic,strong)NSString *musicID; //选取音乐的ID
  6. @property(nonatomic,strong)NSString *waterVideoPath; //选取音乐的ID
  7. @property(nonatomic,assign)BOOL isTakeSame; //拍摄同款
  8. @property (strong,nonatomic) AVAsset *videoAsset;
  9. - (instancetype)initWithPath:(NSString *)videoPath videoMsg:(TXVideoInfo *) videoMsg;
  10. @end