Uses of Interface
com.avpkit.mediatool.IMediaReader
-
Packages that use IMediaReader Package Description com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory. -
-
Uses of IMediaReader in com.avpkit.mediatool
Methods in com.avpkit.mediatool that return IMediaReader Modifier and Type Method Description static IMediaReaderToolFactory. makeReader(IContainer container)Create anIMediaReaderto reads and dispatches decoded media from a media container for a given source URL.static IMediaReaderToolFactory. makeReader(java.lang.String url)Create anIMediaReaderto reads and dispatches decoded media from a media container for a given source URL.Methods in com.avpkit.mediatool with parameters of type IMediaReader Modifier and Type Method Description 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.
-