public class WmWriterStatistics
extends com.jniwrapper.Structure
Constructor and Description |
---|
WmWriterStatistics() |
Modifier and Type | Method and Description |
---|---|
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() |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public com.jniwrapper.UInt64 getQwSampleCount()
public com.jniwrapper.UInt64 getQwByteCount()
public com.jniwrapper.UInt64 getQwDroppedSampleCount()
public com.jniwrapper.UInt64 getQwDroppedByteCount()
public com.jniwrapper.UInt32 getDwCurrentBitrate()
public com.jniwrapper.UInt32 getDwAverageBitrate()
public com.jniwrapper.UInt32 getDwExpectedBitrate()
public com.jniwrapper.UInt32 getDwCurrentSampleRate()
public com.jniwrapper.UInt32 getDwAverageSampleRate()
public com.jniwrapper.UInt32 getDwExpectedSampleRate()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure