public class

ImgPacket

extends AVPacketBase
java.lang.Object
   ↳ org.opencdnunion.media.streamer.framework.AVPacketBase
     ↳ org.opencdnunion.media.streamer.framework.ImgPacket

Class Overview

Encoded video packet definition.

Summary

Fields
public VideoEncodeConfig cfg Video encoding configuration
[Expand]
Inherited Fields
From class org.opencdnunion.media.streamer.framework.AVPacketBase
Public Constructors
ImgPacket(VideoEncodeConfig cfg, ByteBuffer buf, long pts, long dts)
ImgPacket(ImgPacket pkt)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public VideoEncodeConfig cfg

Video encoding configuration

Public Constructors

public ImgPacket (VideoEncodeConfig cfg, ByteBuffer buf, long pts, long dts)

public ImgPacket (ImgPacket pkt)