com.teamdev.jxcapture.video.win.directshow.wrappers
Class WmWriterStatistics

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.teamdev.jxcapture.video.win.directshow.wrappers.WmWriterStatistics
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class WmWriterStatistics
extends com.jniwrapper.Structure


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
WmWriterStatistics()
           
 
Method Summary
 java.lang.Object clone()
           
 com.jniwrapper.UInt32 getDwAverageBitrate()
           
 com.jniwrapper.UInt32 getDwAverageSampleRate()
           
 com.jniwrapper.UInt32 getDwCurrentBitrate()
           
 com.jniwrapper.UInt32 getDwCurrentSampleRate()
           
 com.jniwrapper.UInt32 getDwExpectedBitrate()
           
 com.jniwrapper.UInt32 getDwExpectedSampleRate()
           
 com.jniwrapper.UInt64 getQwByteCount()
           
 com.jniwrapper.UInt64 getQwDroppedByteCount()
           
 com.jniwrapper.UInt64 getQwDroppedSampleCount()
           
 com.jniwrapper.UInt64 getQwSampleCount()
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WmWriterStatistics

public WmWriterStatistics()
Method Detail

getQwSampleCount

public com.jniwrapper.UInt64 getQwSampleCount()

getQwByteCount

public com.jniwrapper.UInt64 getQwByteCount()

getQwDroppedSampleCount

public com.jniwrapper.UInt64 getQwDroppedSampleCount()

getQwDroppedByteCount

public com.jniwrapper.UInt64 getQwDroppedByteCount()

getDwCurrentBitrate

public com.jniwrapper.UInt32 getDwCurrentBitrate()

getDwAverageBitrate

public com.jniwrapper.UInt32 getDwAverageBitrate()

getDwExpectedBitrate

public com.jniwrapper.UInt32 getDwExpectedBitrate()

getDwCurrentSampleRate

public com.jniwrapper.UInt32 getDwCurrentSampleRate()

getDwAverageSampleRate

public com.jniwrapper.UInt32 getDwAverageSampleRate()

getDwExpectedSampleRate

public com.jniwrapper.UInt32 getDwExpectedSampleRate()

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Structure