Class VideoTexture

All Implemented Interfaces:
Serializable, IDestroyable, IMaskerable, ITexture

public class VideoTexture extends Texture
See Also:
  • Field Details

    • useAsync

      protected boolean useAsync
    • videoFilename

      protected String videoFilename
    • binkId

      protected int binkId
  • Method Details

    • getOrCreate

      public static VideoTexture getOrCreate(String string1, int int0, int int1, boolean boolean0)
    • getOrCreate

      public static VideoTexture getOrCreate(String string, int int0, int int1)
    • closeAndDestroy

      public void closeAndDestroy()
    • LoadVideoFile

      public boolean LoadVideoFile()
    • Close

      public void Close()
    • RenderFrameAsync

      protected void RenderFrameAsync()
    • RenderFrame

      public void RenderFrame()
    • isValid

      public boolean isValid()
      Overrides:
      isValid in class Texture