Class VideoEncodingPresetVideoSetting


  • public class VideoEncodingPresetVideoSetting
    extends AbstractModel
    • Constructor Detail

      • VideoEncodingPresetVideoSetting

        public VideoEncodingPresetVideoSetting()
      • VideoEncodingPresetVideoSetting

        public VideoEncodingPresetVideoSetting​(VideoEncodingPresetVideoSetting 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 视频流的编码格式,可选值:
      • H264:H.264 编码。
Returns:
Codec 视频流的编码格式,可选值:
  • H264:H.264 编码。
  • Parameters:
    Codec - 视频流的编码格式,可选值:
  • H264:H.264 编码。