Class ZegoVideoCaptureDevice.VideoCaptureFormat

  • Enclosing class:
    ZegoVideoCaptureDevice

    public static class ZegoVideoCaptureDevice.VideoCaptureFormat
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      int pixel_format  
      int rotation
      逆进针旋转角度(注意:仅支持 udp 流,对 rtmp 流无效)
      int[] strides  
      int width  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public int width
      • height

        public int height
      • strides

        public int[] strides
      • rotation

        public int rotation
        逆进针旋转角度(注意:仅支持 udp 流,对 rtmp 流无效)
      • pixel_format

        public int pixel_format
    • Constructor Detail

      • VideoCaptureFormat

        public VideoCaptureFormat()