My IMP(低代码音视频工厂)SDK v1.5.0
IMP SDK API Reference Manual for Android Platforms
com.aliyun.roompaas.rtc.exposable.RtcStreamConfig Class Reference

Classes

interface  BypassLiveResolutionType
 

Public Member Functions

 RtcStreamConfig (int width, int height)
 
 RtcStreamConfig (int videoStreamTypeHeightWidth, int videoStreamTypeHeightHeight, boolean videoStreamTypeLowPublished)
 
 RtcStreamConfig (int videoStreamTypeHeightWidth, int videoStreamTypeHeightHeight, boolean videoStreamTypeLowPublished, int bypassLiveResolutionType)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 
boolean isVideoStreamTypeLowPublished ()
 
void setVideoStreamTypeLowPublished (boolean videoStreamTypeLowPublished)
 
int getBypassLiveResolutionType ()
 
void setBypassLiveResolutionType (@BypassLiveResolutionType int bypassLiveResolutionType)
 

Detailed Description

RTC配置类 videoStreamTypeHeightWidth 大流视频宽度,默认640 videoStreamTypeHeightHeight 大流视频高度,默认480 videoStreamTypeLowPublished 是否开启同时推低分辨率(小流),默认开启。小流无法修改分辨率


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