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