public class

AVPacketBase

extends Object
java.lang.Object
   ↳ org.opencdnunion.media.streamer.framework.AVPacketBase
Known Direct Subclasses

Class Overview

Base class of encoded a/v data.

Summary

Fields
public ByteBuffer buf A/V Packet buffer, must be direct buffer
public long dts Frame decode timestamp
public int flags Frame flags, AVConst.FLAG_XXX
public long pts Frame presentation timestamp
Public Constructors
AVPacketBase()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public ByteBuffer buf

A/V Packet buffer, must be direct buffer

public long dts

Frame decode timestamp

public int flags

Frame flags, AVConst.FLAG_XXX

public long pts

Frame presentation timestamp

Public Constructors

public AVPacketBase ()