Package io.agora.rtc2

Class IRtcEngineEventHandler.VideoProfile

java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoProfile
Enclosing class:
IRtcEngineEventHandler

@Deprecated public static class IRtcEngineEventHandler.VideoProfile extends Object
Deprecated.
Use the new Constants class with the same constants value
  • Field Details

    • VIDEO_PROFILE_120P

      public static final int VIDEO_PROFILE_120P
      Deprecated.
      160 x 120 @ 15 fps, 65 kbit/s
      See Also:
    • VIDEO_PROFILE_120P_3

      public static final int VIDEO_PROFILE_120P_3
      Deprecated.
      120 x 120 @ 15 fps, 50 kbit/s
      See Also:
    • VIDEO_PROFILE_180P

      public static final int VIDEO_PROFILE_180P
      Deprecated.
      320 x 180 @ 15 fps, 140 kbit/s
      See Also:
    • VIDEO_PROFILE_180P_3

      public static final int VIDEO_PROFILE_180P_3
      Deprecated.
      180 x 180 @ 15 fps, 100 kbit/s
      See Also:
    • VIDEO_PROFILE_180P_4

      public static final int VIDEO_PROFILE_180P_4
      Deprecated.
      240 x 180 @ 15 fps, 120 kbit/s
      See Also:
    • VIDEO_PROFILE_240P

      public static final int VIDEO_PROFILE_240P
      Deprecated.
      320 x 240 @ 15 fps, 200 kbit/s
      See Also:
    • VIDEO_PROFILE_240P_3

      public static final int VIDEO_PROFILE_240P_3
      Deprecated.
      240 x 240 @ 15 fps, 140 kbit/s
      See Also:
    • VIDEO_PROFILE_240P_4

      public static final int VIDEO_PROFILE_240P_4
      Deprecated.
      424 x 240 @ 15 fps, 220 kbit/s
      See Also:
    • VIDEO_PROFILE_360P

      public static final int VIDEO_PROFILE_360P
      Deprecated.
      640 x 360 @ 15 fps, 400 kbit/s
      See Also:
    • VIDEO_PROFILE_360P_3

      public static final int VIDEO_PROFILE_360P_3
      Deprecated.
      360 x 360 @ 15 fps, 260 kbit/s
      See Also:
    • VIDEO_PROFILE_360P_4

      public static final int VIDEO_PROFILE_360P_4
      Deprecated.
      640 x 360 @ 30 fps, 600 kbit/s
      See Also:
    • VIDEO_PROFILE_360P_6

      public static final int VIDEO_PROFILE_360P_6
      Deprecated.
      360 x 360 @ 30 fps, 400 kbit/s
      See Also:
    • VIDEO_PROFILE_360P_7

      public static final int VIDEO_PROFILE_360P_7
      Deprecated.
      480 x 360 @ 15 fps, 320 kbit/s
      See Also:
    • VIDEO_PROFILE_360P_8

      public static final int VIDEO_PROFILE_360P_8
      Deprecated.
      480 x 360 @ 30 fps, 490 kbit/s
      See Also:
    • VIDEO_PROFILE_480P

      public static final int VIDEO_PROFILE_480P
      Deprecated.
      640 x 480 @ 15 fps, 500 kbit/s
      See Also:
    • VIDEO_PROFILE_480P_3

      public static final int VIDEO_PROFILE_480P_3
      Deprecated.
      480 x 480 @ 15 fps, 400 kbit/s
      See Also:
    • VIDEO_PROFILE_480P_4

      public static final int VIDEO_PROFILE_480P_4
      Deprecated.
      640 x 480 @ 30 fps, 750 kbit/s
      See Also:
    • VIDEO_PROFILE_480P_6

      public static final int VIDEO_PROFILE_480P_6
      Deprecated.
      480 x 480 @ 30 fps, 600 kbit/s
      See Also:
    • VIDEO_PROFILE_480P_8

      public static final int VIDEO_PROFILE_480P_8
      Deprecated.
      848 x 480 @ 15 fps, 610 kbit/s
      See Also:
    • VIDEO_PROFILE_480P_9

      public static final int VIDEO_PROFILE_480P_9
      Deprecated.
      848 x 480 @ 30 fps, 930 kbit/s
      See Also:
    • VIDEO_PROFILE_720P

      public static final int VIDEO_PROFILE_720P
      Deprecated.
      1280 x 720 @ 15 fps, 1130 kbit/s
      See Also:
    • VIDEO_PROFILE_720P_3

      public static final int VIDEO_PROFILE_720P_3
      Deprecated.
      1280 x 720 @ 30 fps, 1710 kbit/s
      See Also:
    • VIDEO_PROFILE_720P_5

      public static final int VIDEO_PROFILE_720P_5
      Deprecated.
      960 x 720 @ 15 fps, 910 kbit/s
      See Also:
    • VIDEO_PROFILE_720P_6

      public static final int VIDEO_PROFILE_720P_6
      Deprecated.
      960 x 720 @ 30 fps, 1380 kbit/s
      See Also:
    • VIDEO_PROFILE_1080P

      public static final int VIDEO_PROFILE_1080P
      Deprecated.
      1920 x 1080 @ 15 fps, 2080 kbit/s
      See Also:
    • VIDEO_PROFILE_1080P_3

      public static final int VIDEO_PROFILE_1080P_3
      Deprecated.
      1920 x 1080 @ 30 fps, 3150 kbit/s
      See Also:
    • VIDEO_PROFILE_1080P_5

      public static final int VIDEO_PROFILE_1080P_5
      Deprecated.
      1920 x 1080 @ 60 fps, 4780 kbit/s
      See Also:
    • VIDEO_PROFILE_1440P

      public static final int VIDEO_PROFILE_1440P
      Deprecated.
      2560 x 1440 @ 30 fps, 4850 kbit/s
      See Also:
    • VIDEO_PROFILE_1440P_2

      public static final int VIDEO_PROFILE_1440P_2
      Deprecated.
      2560 x 1440 @ 60 fps, 7350 kbit/s
      See Also:
    • VIDEO_PROFILE_4K

      public static final int VIDEO_PROFILE_4K
      Deprecated.
      3840 x 2160 @ 30 fps, 8910 kbit/s
      See Also:
    • VIDEO_PROFILE_4K_3

      public static final int VIDEO_PROFILE_4K_3
      Deprecated.

      3840 x 2160 @ 60 fps, 13500 kbit/s

      See Also:
    • VIDEO_PROFILE_DEFAULT

      public static final int VIDEO_PROFILE_DEFAULT
      Deprecated.

      Default video profile: 640 x 360 @ 15 fps, 400 kbit/s

      See Also:
  • Constructor Details

    • VideoProfile

      public VideoProfile()
      Deprecated.