Class ComposeVideoStream

    • Constructor Detail

      • ComposeVideoStream

        public ComposeVideoStream()
      • ComposeVideoStream

        public ComposeVideoStream​(ComposeVideoStream 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 视频流的编码方式,可选值:
      • H.264:H.264 编码(默认)。
Returns:
Codec 视频流的编码方式,可选值:
  • H.264:H.264 编码(默认)。
  • Parameters:
    Codec - 视频流的编码方式,可选值:
  • H.264:H.264 编码(默认)。