Package com.igrium.videolib.dummy
Class DummyVideoPlayer
java.lang.Object
com.igrium.videolib.dummy.DummyVideoPlayer
- All Implemented Interfaces:
VideoPlayer
,AutoCloseable
-
Field Details
-
NO_NATIVES_TEXTURE
public static final net.minecraft.util.Identifier NO_NATIVES_TEXTURE
-
-
Constructor Details
-
DummyVideoPlayer
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getId
public net.minecraft.util.Identifier getId()Description copied from interface:VideoPlayer
Get the identifier of this video player.- Specified by:
getId
in interfaceVideoPlayer
- Returns:
- Video player ID.
-
getTexture
public net.minecraft.util.Identifier getTexture()Description copied from interface:VideoPlayer
Get the texture that this video player will write to.- Specified by:
getTexture
in interfaceVideoPlayer
- Returns:
- Texture ID.
-
getMediaInterface
- Specified by:
getMediaInterface
in interfaceVideoPlayer
-
getControlsInterface
- Specified by:
getControlsInterface
in interfaceVideoPlayer
-
getCodecInterface
- Specified by:
getCodecInterface
in interfaceVideoPlayer
-
getEvents
- Specified by:
getEvents
in interfaceVideoPlayer
-