AlivcLivePusher_Interactive v6.17.0
Aliyun Live Pusher Interactive SDK API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AlivcLiveMixStream Class Reference

Position information of each layer in mixed-stream transcoding. More...

#include "AlivcLivePushDef.h"

Inheritance diagram for AlivcLiveMixStream:

Properties

NSString * backgroundImageUrl
 background image url
 
int height
 
AlivcLiveMixSourceType sourceType
 mixed-in stream type
 
AlivcLiveMixStreamType streamType
 mixed-in stream type
 
NSString * userId
 The ID of the user who performs stream mixing.
 
int width
 The width of the layer (absolute pixels).
 
int x
 The X coordinate value of the layer (absolute pixels).
 
int y
 The Y coordinate value of the layer (absolute pixels).
 
int zOrder
 The sequence number of the layer.
 

Detailed Description

Position information of each layer in mixed-stream transcoding.

Property Documentation

◆ backgroundImageUrl

- (NSString*) backgroundImageUrl
readwritenonatomiccopy

background image url

◆ height

- (int) height
readwritenonatomicassign

◆ sourceType

- (AlivcLiveMixSourceType) sourceType
readwritenonatomicassign

mixed-in stream type

◆ streamType

- (AlivcLiveMixStreamType) streamType
readwritenonatomicassign

mixed-in stream type

◆ userId

- (NSString*) userId
readwritenonatomiccopy

The ID of the user who performs stream mixing.

Note: It is the same as the user ID in the source URL and ingest URL.

◆ width

- (int) width
readwritenonatomicassign

The width of the layer (absolute pixels).

◆ x

- (int) x
readwritenonatomicassign

The X coordinate value of the layer (absolute pixels).

◆ y

- (int) y
readwritenonatomicassign

The Y coordinate value of the layer (absolute pixels).

◆ zOrder

- (int) zOrder
readwritenonatomicassign

The sequence number of the layer.

Valid values: 1 to 15. The sequence numbers of any two layers cannot be the same


The documentation for this class was generated from the following file: