com.fluendo.plugin

Class OggDemux.OggStream

class OggDemux.OggStream extends Pad

Field Summary
booleanactive
booleancomplete
booleandiscont
booleanhaveHeaders
booleanhaveKeyframe
intlastRet
StreamStateos
Vectorqueue
booleansentHeaders
intserialno
booleanstarted
inttype
Constructor Summary
OggStream(int serial)
Method Summary
voidactivate()
voiddeActivate()
longgetFirstTs()
booleanisComplete()
voidmarkDiscont()
intpushPacket(Packet op)
intpushPage(Page og)
voidreset()
voidreStart(long firstTs)

Field Detail

active

public boolean active

complete

public boolean complete

discont

public boolean discont

haveHeaders

public boolean haveHeaders

haveKeyframe

public boolean haveKeyframe

lastRet

public int lastRet

os

public StreamState os

queue

public Vector queue

sentHeaders

public boolean sentHeaders

serialno

public int serialno

started

public boolean started

type

public int type

Constructor Detail

OggStream

public OggStream(int serial)

Method Detail

activate

public void activate()

deActivate

public void deActivate()

getFirstTs

public long getFirstTs()

isComplete

public boolean isComplete()

markDiscont

public void markDiscont()

pushPacket

public int pushPacket(Packet op)

pushPage

public int pushPage(Page og)

reset

public void reset()

reStart

public void reStart(long firstTs)