se.lth.cs.opi
Class OPICompressionDeviceH261P

java.lang.Object
  extended byse.lth.cs.opi.OPIDeviceInstance
      extended byse.lth.cs.opi.OPICompressionDevice
          extended byse.lth.cs.opi.OPICompressionDeviceVideo
              extended byse.lth.cs.opi.OPICompressionDeviceH261P

public class OPICompressionDeviceH261P
extends OPICompressionDeviceVideo


Constructor Summary
OPICompressionDeviceH261P(long cPointer, boolean cMemoryOwn)
           
 
Method Summary
 int getBlockRefreshPeriod()
           
 int getMaxPacketSize()
           
 int getPIP()
           
 void setBlockRefreshPeriod(int milliseconds)
           
 void setMaxPacketSize(int maxpacketsize)
           
 void setPIP(int PIP)
           
 
Methods inherited from class se.lth.cs.opi.OPICompressionDeviceVideo
getBitRate, getQuality, requestFastPictureUpdate, setBitRate, setQuality
 
Methods inherited from class se.lth.cs.opi.OPIDeviceInstance
getAttribute, getAttributeInfo, getAvailableAttributes, getCPtr, getDevice, getInFmt, getName, getOutFmt, setAttribute, setAvailableAttributes, setInFmt, setOutFmt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPICompressionDeviceH261P

public OPICompressionDeviceH261P(long cPointer,
                                 boolean cMemoryOwn)
Method Detail

setBlockRefreshPeriod

public void setBlockRefreshPeriod(int milliseconds)

getBlockRefreshPeriod

public int getBlockRefreshPeriod()

setPIP

public void setPIP(int PIP)

getPIP

public int getPIP()

setMaxPacketSize

public void setMaxPacketSize(int maxpacketsize)

getMaxPacketSize

public int getMaxPacketSize()