AliyunMixTrack

@interface AliyunMixTrack : NSObject

* The track of mix video

  • * Specifies the video track whose duration is used as the duration of the duet. API_AVAILABLE(3.19.0)

    Declaration

    Objective-C

    @property (nonatomic) BOOL outputDurationReferenceTrack;
  • * Specifies the audio track whether can be output. API_AVAILABLE(3.19.0)

    Declaration

    Objective-C

    @property (nonatomic) BOOL outputAudioReferenceTrack;
  • * The volume of the audio output, only work when more than one output Valid values: [0, 100]

    Declaration

    Objective-C

    @property (nonatomic) int outputAudioWeight;
  • * The border info of the video API_AVAILABLE(3.21.0)

    Declaration

    Objective-C

    @property (nonatomic, strong) AliyunPureColorBorderInfo *borderInfo;
  • * Adds a video stream to a track.

    Declaration

    Objective-C

    - (void)addStream:(AliyunMixStream *)stream;

    Parameters

    stream

    The video stream to be added.