public class

ImgBufFrame

extends AVBufFrame
java.lang.Object
   ↳ org.opencdnunion.media.streamer.framework.AVFrameBase
     ↳ org.opencdnunion.media.streamer.framework.AVBufFrame
       ↳ org.opencdnunion.media.streamer.framework.ImgBufFrame

Class Overview

Image buffer frame definition

Summary

Fields
public ImgBufFormat format Image frame format
[Expand]
Inherited Fields
From class org.opencdnunion.media.streamer.framework.AVBufFrame
From class org.opencdnunion.media.streamer.framework.AVFrameBase
Public Constructors
ImgBufFrame(ImgBufFormat format, ByteBuffer buf, long pts)
ImgBufFrame(ImgBufFrame frame)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public ImgBufFormat format

Image frame format

Public Constructors

public ImgBufFrame (ImgBufFormat format, ByteBuffer buf, long pts)

public ImgBufFrame (ImgBufFrame frame)