Uses of Class
ws.schild.jave.info.MultimediaInfo
Packages that use MultimediaInfo
-
Uses of MultimediaInfo in ws.schild.jave
Methods in ws.schild.jave that return MultimediaInfoModifier and TypeMethodDescriptionMultimediaObject.getInfo()Returns a set informations about a multimedia file, if its format is supported for decoding. -
Uses of MultimediaInfo in ws.schild.jave.info
Methods in ws.schild.jave.info that return MultimediaInfoModifier and TypeMethodDescriptionSets a set of audio-specific informations.MultimediaInfo.setDuration(long duration) Sets the stream duration in millis.Sets the multimedia file format name.MultimediaInfo.setMetadata(Map<String, String> metadata) Sets the multimedia metadata.Sets a set of video-specific informations. -
Uses of MultimediaInfo in ws.schild.jave.progress
Methods in ws.schild.jave.progress with parameters of type MultimediaInfoModifier and TypeMethodDescriptionvoidEchoingEncoderProgressListener.sourceInfo(MultimediaInfo info) voidEncoderProgressAdapter.sourceInfo(MultimediaInfo info) voidEncoderProgressListener.sourceInfo(MultimediaInfo info) This method is called before the encoding process starts, reporting information about the source stream that will be decoded and re-encoded.