Agora RTC Objective-C API Reference  Refactor
Properties
AgoraTranscodingVideoStream Class Reference

Inherits <NSObject>.

Properties

AgoraMediaSourceType sourceType
 
NSUInteger remoteUserUid
 
NSString *_Nullable imageUrl
 
CGRect rect
 
NSInteger zOrder
 
double alpha
 

Detailed Description

The definition of AgoraTranscodingVideoStream.

Property Documentation

◆ sourceType

- (AgoraMediaSourceType) sourceType
readwritenonatomicassign

Source type of video stream.

◆ remoteUserUid

- (NSUInteger) remoteUserUid
readwritenonatomicassign

Remote user uid if sourceType is AgoraMediaSourceTypeRemote.

◆ imageUrl

- (NSString* _Nullable) imageUrl
readwritenonatomiccopy

RTC image if sourceType is AgoraMediaSourceTypeRtcImage.

◆ rect

- (CGRect) rect
readwritenonatomicassign

Position and size of the video frame.

◆ zOrder

- (NSInteger) zOrder
readwritenonatomicassign

The layer of the video frame that ranges from 1 to 100:

  • 1: (Default) The lowest layer.
  • 100: The highest layer.

◆ alpha

- (double) alpha
readwritenonatomicassign

The transparency of the video frame.