程序包 rtc

类 MSvrLive.MixVideos

java.lang.Object
rtc.MSvrLive.MixVideos
封闭类:
MSvrLive

public static class MSvrLive.MixVideos extends Object
视频混流信息结构. 视频混流信息结构定义了一个视频混流的基本信息。
  • 构造器详细资料

    • MixVideos

      public MixVideos()
    • MixVideos

      public MixVideos(int aw, int ah, int outbt)
  • 方法详细资料

    • getMixWidth

      public int getMixWidth()
    • setMixWidth

      public void setMixWidth(int value)
    • getMixHeight

      public int getMixHeight()
    • setMixHeight

      public void setMixHeight(int value)
    • getBackgroundColor

      public int getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(int value)
    • getOutBitrate

      public int getOutBitrate()
    • setOutBitrate

      public void setOutBitrate(int value)
    • getOutFps

      public int getOutFps()
    • setOutFps

      public void setOutFps(int value)
    • getVideos

      public List<MSvrLive.VideoItem> getVideos()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object