Module uk.co.caprica.vlcj
Class BufferFormatCallbackAdapter
java.lang.Object
uk.co.caprica.vlcj.player.embedded.videosurface.callback.BufferFormatCallbackAdapter
- All Implemented Interfaces:
BufferFormatCallback
Default implementation for a
BufferFormatCallback.
This component simply provides an empty implementation for allocatedBuffers(ByteBuffer[]) since it is not
required in all cases.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidallocatedBuffers(ByteBuffer[] buffers) Invoked when new video buffers have been allocated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.co.caprica.vlcj.player.embedded.videosurface.callback.BufferFormatCallback
getBufferFormat
-
Constructor Details
-
BufferFormatCallbackAdapter
public BufferFormatCallbackAdapter()
-
-
Method Details
-
allocatedBuffers
Description copied from interface:BufferFormatCallbackInvoked when new video buffers have been allocated.- Specified by:
allocatedBuffersin interfaceBufferFormatCallback- Parameters:
buffers- buffers that were allocated
-