public class

ImgTexFrame

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

Class Overview

Image texture frame definition.

Summary

Constants
int NO_TEXTURE
Fields
public ImgTexFormat format
public final float[] texMatrix
public int textureId
[Expand]
Inherited Fields
From class org.opencdnunion.media.streamer.framework.AVFrameBase
Public Constructors
ImgTexFrame(ImgTexFormat format, int textureId, float[] texMatrix, long pts)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int NO_TEXTURE

Constant Value: -1 (0xffffffff)

Fields

public ImgTexFormat format

public final float[] texMatrix

public int textureId

Public Constructors

public ImgTexFrame (ImgTexFormat format, int textureId, float[] texMatrix, long pts)