Interface LayoutDetection


public interface LayoutDetection
Class that detects frame layout for the media
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    layoutMode​(android.graphics.Bitmap albedo)
    Detect frame layout
  • Method Details

    • layoutMode

      int layoutMode(android.graphics.Bitmap albedo)
      Detect frame layout
      Parameters:
      Android - Bitmap containing frame (ARGB)
      Returns:
      1 -> VideoType.HALF_WIDTH 2 -> VideoType.FULL_WIDTH 3 -> VideoType.VR_360 4 -> VideoType.VR_360_STEREO 5 -> VideoType.VR_180 6 -> VideoType.REGULAR