Class OutputVideoStream

    • Constructor Detail

      • OutputVideoStream

        public OutputVideoStream()
      • OutputVideoStream

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

      • getCodec

        public String getCodec()
        Get 视频流的编码格式,可选值:
      • libx264:H.264 编码
      • 默认值:libx264。
Returns:
Codec 视频流的编码格式,可选值:
  • libx264:H.264 编码
  • 默认值:libx264。
    Parameters:
    Codec - 视频流的编码格式,可选值:
  • libx264:H.264 编码
  • 默认值:libx264。