Uses of Class
org.jitsi.impl.neomedia.codec.video.ByteBuffer
-
Packages that use ByteBuffer Package Description org.jitsi.impl.neomedia.codec.video org.jitsi.impl.neomedia.jmfext.media.protocol -
-
Uses of ByteBuffer in org.jitsi.impl.neomedia.codec.video
Methods in org.jitsi.impl.neomedia.codec.video that return ByteBuffer Modifier and Type Method Description ByteBufferAVFrame. getData()Gets the ByteBuffer whose native memory is set on the native counterpart of this instance/AVFrame.Methods in org.jitsi.impl.neomedia.codec.video with parameters of type ByteBuffer Modifier and Type Method Description intAVFrame. avpicture_fill(ByteBuffer data, AVFrameFormat format)static intAVFrame. read(javax.media.Buffer buffer, javax.media.Format format, ByteBuffer data) -
Uses of ByteBuffer in org.jitsi.impl.neomedia.jmfext.media.protocol
Methods in org.jitsi.impl.neomedia.jmfext.media.protocol that return ByteBuffer Modifier and Type Method Description ByteBufferByteBufferPool. getBuffer(int capacity)Gets a ByteBuffer out of this pool of ByteBuffers which is capable to receiving at least capacity number of bytes.
-