Package com.zego.zegoliveroom.constants
Class ZegoConstants.SeiSendType
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.SeiSendType
-
- Enclosing class:
- ZegoConstants
@Deprecated public static final class ZegoConstants.SeiSendType extends java.lang.Object
Deprecated.SEI 发送类型
-
-
Field Summary
Fields Modifier and Type Field Description static int
SeiSendInVideoFrame
Deprecated.SEI 随视频帧(I, B, P)发送,推荐采用此类型。static int
SeiSendSingleFrame
Deprecated.SEI 单帧发送,此种发送方式下,ffmpeg 解码会产生类似“此帧无视频”的警告,可能会导致一些 CDN 兼容性问题,例如转码失败等。
-
Constructor Summary
Constructors Constructor Description SeiSendType()
Deprecated.
-
-
-
Field Detail
-
SeiSendSingleFrame
public static final int SeiSendSingleFrame
Deprecated.SEI 单帧发送,此种发送方式下,ffmpeg 解码会产生类似“此帧无视频”的警告,可能会导致一些 CDN 兼容性问题,例如转码失败等。- See Also:
- Constant Field Values
-
SeiSendInVideoFrame
public static final int SeiSendInVideoFrame
Deprecated.SEI 随视频帧(I, B, P)发送,推荐采用此类型。- See Also:
- Constant Field Values
-
-