Class SmallVideoLayoutParams

    • Constructor Detail

      • SmallVideoLayoutParams

        public SmallVideoLayoutParams()
      • SmallVideoLayoutParams

        public SmallVideoLayoutParams​(SmallVideoLayoutParams source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getUserId

        public String getUserId()
        Get 代表小画面对应的用户ID。
        Returns:
        UserId 代表小画面对应的用户ID。
      • setUserId

        public void setUserId​(String UserId)
        Set 代表小画面对应的用户ID。
        Parameters:
        UserId - 代表小画面对应的用户ID。
      • getStreamType

        public Long getStreamType()
        Get 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
        Returns:
        StreamType 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
      • setStreamType

        public void setStreamType​(Long StreamType)
        Set 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
        Parameters:
        StreamType - 代表小画面对应的流类型,0为摄像头,1为屏幕分享。小画面为web用户时此值填0。
      • getImageWidth

        public Long getImageWidth()
        Get 小画面在输出时的宽度,单位为像素值,不填默认为0。
        Returns:
        ImageWidth 小画面在输出时的宽度,单位为像素值,不填默认为0。
      • setImageWidth

        public void setImageWidth​(Long ImageWidth)
        Set 小画面在输出时的宽度,单位为像素值,不填默认为0。
        Parameters:
        ImageWidth - 小画面在输出时的宽度,单位为像素值,不填默认为0。
      • getImageHeight

        public Long getImageHeight()
        Get 小画面在输出时的高度,单位为像素值,不填默认为0。
        Returns:
        ImageHeight 小画面在输出时的高度,单位为像素值,不填默认为0。
      • setImageHeight

        public void setImageHeight​(Long ImageHeight)
        Set 小画面在输出时的高度,单位为像素值,不填默认为0。
        Parameters:
        ImageHeight - 小画面在输出时的高度,单位为像素值,不填默认为0。
      • getLocationX

        public Long getLocationX()
        Get 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。
        Returns:
        LocationX 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。
      • setLocationX

        public void setLocationX​(Long LocationX)
        Set 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。
        Parameters:
        LocationX - 小画面在输出时的X偏移,单位为像素值,LocationX与ImageWidth之和不能超过混流输出的总宽度,不填默认为0。
      • getLocationY

        public Long getLocationY()
        Get 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。
        Returns:
        LocationY 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。
      • setLocationY

        public void setLocationY​(Long LocationY)
        Set 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。
        Parameters:
        LocationY - 小画面在输出时的Y偏移,单位为像素值,LocationY与ImageHeight之和不能超过混流输出的总高度,不填默认为0。