Package com.zego.zegoliveroom.constants
Class ZegoConstants.StreamKey
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.StreamKey
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.StreamKey extends java.lang.Object流信息的key.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFLV_URL_LISTflv url列表.static java.lang.StringHLS_URL_LSThls url列表.static java.lang.StringMIX_CONFIG_SEQ每次混流的Seqstatic java.lang.StringMIX_NON_EXISTS_STREAM混流不存在输入流列表static java.lang.StringMIX_STREAM_HEIGHT混流的高度.static java.lang.StringMIX_STREAM_ID混流id.static java.lang.StringMIX_STREAM_WIDTH混流的宽度.static java.lang.StringRTMP_URL_LISTrtmp url列表.static java.lang.StringSTREAM_ID流id.
-
Constructor Summary
Constructors Constructor Description StreamKey()
-
-
-
Field Detail
-
STREAM_ID
public static final java.lang.String STREAM_ID
流id.- See Also:
- Constant Field Values
-
MIX_STREAM_ID
public static final java.lang.String MIX_STREAM_ID
混流id.- See Also:
- Constant Field Values
-
RTMP_URL_LIST
public static final java.lang.String RTMP_URL_LIST
rtmp url列表.- See Also:
- Constant Field Values
-
FLV_URL_LIST
public static final java.lang.String FLV_URL_LIST
flv url列表.- See Also:
- Constant Field Values
-
HLS_URL_LST
public static final java.lang.String HLS_URL_LST
hls url列表.- See Also:
- Constant Field Values
-
MIX_NON_EXISTS_STREAM
public static final java.lang.String MIX_NON_EXISTS_STREAM
混流不存在输入流列表- See Also:
- Constant Field Values
-
MIX_STREAM_WIDTH
public static final java.lang.String MIX_STREAM_WIDTH
混流的宽度.- See Also:
- Constant Field Values
-
MIX_STREAM_HEIGHT
public static final java.lang.String MIX_STREAM_HEIGHT
混流的高度.- See Also:
- Constant Field Values
-
MIX_CONFIG_SEQ
public static final java.lang.String MIX_CONFIG_SEQ
每次混流的Seq- See Also:
- Constant Field Values
-
-