Uses of Interface
org.jitsi.service.neomedia.format.MediaFormatFactory
-
Packages that use MediaFormatFactory Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.format org.jitsi.service.neomedia -
-
Uses of MediaFormatFactory in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return MediaFormatFactory Modifier and Type Method Description MediaFormatFactoryMediaServiceImpl. getFormatFactory()Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService. -
Uses of MediaFormatFactory in org.jitsi.impl.neomedia.format
Classes in org.jitsi.impl.neomedia.format that implement MediaFormatFactory Modifier and Type Class Description classMediaFormatFactoryImplImplements MediaFormatFactory for the JMF Format types. -
Uses of MediaFormatFactory in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return MediaFormatFactory Modifier and Type Method Description MediaFormatFactoryMediaService. getFormatFactory()Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
-