Class VideoEncodingPresetAudioSettingForUpdate


  • public class VideoEncodingPresetAudioSettingForUpdate
    extends AbstractModel
    • Constructor Detail

      • VideoEncodingPresetAudioSettingForUpdate

        public VideoEncodingPresetAudioSettingForUpdate()
      • VideoEncodingPresetAudioSettingForUpdate

        public VideoEncodingPresetAudioSettingForUpdate​(VideoEncodingPresetAudioSettingForUpdate 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 String getBitrate()
        Get 音频码率,单位:bps。 不填则不修改。
        Returns:
        Bitrate 音频码率,单位:bps。 不填则不修改。
      • setBitrate

        public void setBitrate​(String Bitrate)
        Set 音频码率,单位:bps。 不填则不修改。
        Parameters:
        Bitrate - 音频码率,单位:bps。 不填则不修改。
      • getChannels

        public Long getChannels()
        Get 音频声道数,可选值:
      • 1:单声道;
      • 2:双声道。
      • 不填则不修改。
Returns:
Channels 音频声道数,可选值:
  • 1:单声道;
  • 2:双声道。
  • 不填则不修改。
    Parameters:
    Channels - 音频声道数,可选值:
  • 1:单声道;
  • 2:双声道。
  • 不填则不修改。