Package one.empty3.library
Class VideoDecoderFactory
java.lang.Object
one.empty3.library.VideoDecoderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VideoDecoder
createInstance
(File f, TextureMov m) Creates and start video decoder (frame by frame, no sound)
-
Constructor Details
-
VideoDecoderFactory
public VideoDecoderFactory()
-
-
Method Details
-
createInstance
Creates and start video decoder (frame by frame, no sound)- Parameters:
f
- Moviem
- Texture extends TextureMov- Returns:
- VideoDecoder thread instance
-