Class ResultVideoInfo

    • Constructor Detail

      • ResultVideoInfo

        public ResultVideoInfo()
      • ResultVideoInfo

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

      • getStreamId

        public Long getStreamId()
        Get 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StreamId 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
      • setStreamId

        public void setStreamId​(Long StreamId)
        Set 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StreamId - 流在媒体文件中的流ID 注意:此字段可能返回 null,表示取不到有效值。
      • getDuration

        public Long getDuration()
        Get 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Duration 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
      • setDuration

        public void setDuration​(Long Duration)
        Set 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Duration - 流的时长,单位:毫秒 注意:此字段可能返回 null,表示取不到有效值。
      • getWidth

        public Long getWidth()
        Get 画面宽度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Width 画面宽度 注意:此字段可能返回 null,表示取不到有效值。
      • setWidth

        public void setWidth​(Long Width)
        Set 画面宽度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Width - 画面宽度 注意:此字段可能返回 null,表示取不到有效值。
      • getHeight

        public Long getHeight()
        Get 画面高度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Height 画面高度 注意:此字段可能返回 null,表示取不到有效值。
      • setHeight

        public void setHeight​(Long Height)
        Set 画面高度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Height - 画面高度 注意:此字段可能返回 null,表示取不到有效值。
      • getFps

        public Long getFps()
        Get 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Fps 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。
      • setFps

        public void setFps​(Long Fps)
        Set 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Fps - 视频帧率,如果高于原始帧率,部分服务将无效。 注意:此字段可能返回 null,表示取不到有效值。