Uses of Class
org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
-
Packages that use VP8Frame Package Description org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile -
-
Uses of VP8Frame in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
Methods in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile that return VP8Frame Modifier and Type Method Description VP8FrameIVFFileReader. getNextFrame(boolean loopFile)Get the next vp8 frame of the IVF file as a byte array.Methods in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile with parameters of type VP8Frame Modifier and Type Method Description voidIVFFileReader. getNextFrame(VP8Frame frame, boolean loopFile)Get the next vp8 frame of the IVF file as a byte array.
-