A B C D E F G H I J L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- warn(String, int, String) - Method in class com.avpkit.ferry.Logger
- willCloseOnEofOnly() - Method in interface com.avpkit.mediatool.IMediaReader
-
Report if close will called only if ERROR_EOF is returned from
IMediaReader.readPacket(). - willForceInterleave() - Method in interface com.avpkit.mediatool.IMediaWriter
-
Test if the
IMediaWriterwill forcibly interleave media data. - willMaskLateStreamExceptions() - Method in interface com.avpkit.mediatool.IMediaWriter
-
Get the late stream exception policy.
- willQueryMetaData() - Method in interface com.avpkit.mediatool.IMediaReader
-
Report if the underlying media container will attempt to establish all meta data when the container is opened, which will potentially block until it has ready enough data to find all streams in a container.
- willResample() - Method in class com.avpkit.core.video.AConverter
-
Test if this converter is going to re-sample during conversion.
- willResample() - Method in interface com.avpkit.core.video.IConverter
-
Test if this converter is going to re-sample during conversion.
- willShowStatsWindow() - Method in interface com.avpkit.mediatool.IMediaViewer
-
Will this viewer show a stats window?
- wrap(IMediaData) - Method in class com.avpkit.core.IMediaDataWrapper
-
Set an object to wrap, or null to release the old object.
- write(byte[], int) - Method in class com.avpkit.core.io.DataInputOutputHandler
-
This method gets called by FFMPEG when it tries to write data.
- write(byte[], int) - Method in class com.avpkit.core.io.FileProtocolHandler
- write(byte[], int) - Method in class com.avpkit.core.io.InputOutputStreamHandler
-
This method gets called by FFMPEG when it tries to write data.
- write(byte[], int) - Method in interface com.avpkit.core.io.IURLProtocolHandler
-
This method gets called by FFMPEG when it tries to write data.
- write(byte[], int) - Method in class com.avpkit.core.io.NullProtocolHandler
- write(byte[], int) - Method in class com.avpkit.core.io.ReadableWritableChannelHandler
-
This method gets called by FFMPEG when it tries to write data.
- WRITE - com.avpkit.core.IContainer.Type
- WRITE_PACKET - com.avpkit.mediatool.IMediaDebugListener.Event
-
Write packet events
- writeHeader() - Method in class com.avpkit.core.IContainer
-
Adds a header, if needed, for this container.
- WriteHeaderEvent - Class in com.avpkit.mediatool.event
-
An implementation of
IWriteHeaderEvent. - WriteHeaderEvent(IMediaCoder) - Constructor for class com.avpkit.mediatool.event.WriteHeaderEvent
-
Creates a
WriteHeaderEvent. - writePacket(IPacket) - Method in class com.avpkit.core.IContainer
-
Writes the contents of the packet to the container, but make sure the
packets are interleaved. - writePacket(IPacket, boolean) - Method in class com.avpkit.core.IContainer
-
Writes the contents of the packet to the container.
- WritePacketEvent - Class in com.avpkit.mediatool.event
-
An implementation of
IWritePacketEvent. - WritePacketEvent(IMediaCoder, IPacket) - Constructor for class com.avpkit.mediatool.event.WritePacketEvent
-
Creates a
WritePacketEvent. - writeTrailer() - Method in class com.avpkit.core.IContainer
-
Adds a trailer, if needed, for this container.
Call this AFTER you've written all data you're going to write
to this container but BEFORE you call
{IStreamCoder#close()} on your {IStreamCoder}
objects. - WriteTrailerEvent - Class in com.avpkit.mediatool.event
-
An implementation of
IWriteTrailerEvent. - WriteTrailerEvent(IMediaCoder) - Constructor for class com.avpkit.mediatool.event.WriteTrailerEvent
-
Creates a
WriteTrailerEvent.
All Classes All Packages