Class VodVideoStreamItem

    • Constructor Detail

      • VodVideoStreamItem

        public VodVideoStreamItem()
      • VodVideoStreamItem

        public VodVideoStreamItem​(VodVideoStreamItem 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

      • getBitrate

        public Long getBitrate()
        Get 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Bitrate 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
      • setBitrate

        public void setBitrate​(Long Bitrate)
        Set 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Bitrate - 视频流的码率,单位:bps。 注意:此字段可能返回 null,表示取不到有效值。
      • getHeight

        public Long getHeight()
        Get 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Height 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
      • setHeight

        public void setHeight​(Long Height)
        Set 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Height - 视频流的高度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
      • getWidth

        public Long getWidth()
        Get 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Width 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
      • setWidth

        public void setWidth​(Long Width)
        Set 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Width - 视频流的宽度,单位:px。 注意:此字段可能返回 null,表示取不到有效值。
      • getCodec

        public String getCodec()
        Get 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Codec 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。
      • setCodec

        public void setCodec​(String Codec)
        Set 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Codec - 视频流的编码格式,例如 h264。 注意:此字段可能返回 null,表示取不到有效值。
      • getFps

        public Long getFps()
        Get 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Fps 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
      • setFps

        public void setFps​(Long Fps)
        Set 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Fps - 帧率,单位:hz。 注意:此字段可能返回 null,表示取不到有效值。