Package 

Enum RenderingTarget

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum RenderingTarget
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SURFACE_VIEW

      Uses SurfaceView for playback view

      • this is default, can be changed to TEXTURE_VIEW dynamically in playback time
      • refer to: SurfaceView
      TEXTURE_VIEW

      Uses TextureView for playback view

      • can be changed to SURFACE_VIEW dynamically in playback time
      • refer to: TextureView
    • Method Summary

      Modifier and Type Method Description
      static Array<RenderingTarget> values()
      static RenderingTarget valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait