Uses of Interface
com.avpkit.mediatool.IMediaWriter
-
Packages that use IMediaWriter Package Description com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory. -
-
Uses of IMediaWriter in com.avpkit.mediatool
Methods in com.avpkit.mediatool that return IMediaWriter Modifier and Type Method Description static IMediaWriterToolFactory. makeWriter(java.lang.String url)Create a MediaWriter which will require subsequent calls toaddVideoStream(int, int, ICodec, int, int)and/oraddAudioStream(int, int, ICodec, int, int)to configure the writer.static IMediaWriterToolFactory. makeWriter(java.lang.String url, IContainer inputContainer)Use a specifiedIContaineras a source for and meta data about the container and it's streams.static IMediaWriterToolFactory. makeWriter(java.lang.String url, IMediaReader reader)Use a specifiedIMediaReaderas a source for media data and meta data about the container and it's streams.
-