Class ZegoMediaPlayerMediaInfo


  • public class ZegoMediaPlayerMediaInfo
    extends java.lang.Object
    Media Infomration of media file. Meida information such as video resolution of media file.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int frameRate
      Video frame rate.
      int height
      Video resolution height.
      int width
      Video resolution 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
        Video resolution width.
      • height

        public int height
        Video resolution height.
      • frameRate

        public int frameRate
        Video frame rate.
    • Constructor Detail

      • ZegoMediaPlayerMediaInfo

        public ZegoMediaPlayerMediaInfo()