public class ExternalDecodeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
m_dts |
int |
m_frameType |
int |
m_heigth |
long |
m_pts |
long |
m_streamId |
byte[] |
m_video |
int |
m_width |
byte[] |
pps |
byte[] |
sps |
| Constructor and Description |
|---|
ExternalDecodeInfo(int m_frameType,
int m_width,
int m_heigth,
long m_dts,
long m_pts,
long m_streamId,
byte[] sps,
byte[] pps,
byte[] m_video) |
| Modifier and Type | Method and Description |
|---|---|
DecodeVideoConfig |
convertToConfig() |
DecodeVideoSample |
convertToStreamInfo() |
public final int m_frameType
public final int m_width
public final int m_heigth
public final long m_dts
public final long m_pts
public final long m_streamId
public final byte[] m_video
public final byte[] sps
public final byte[] pps
public ExternalDecodeInfo(int m_frameType,
int m_width,
int m_heigth,
long m_dts,
long m_pts,
long m_streamId,
byte[] sps,
byte[] pps,
byte[] m_video)
public DecodeVideoConfig convertToConfig()
public DecodeVideoSample convertToStreamInfo()