videoCodecProfile property

  1. @JsonKey.new(name: 'videoCodecProfile')
VideoCodecProfileType? videoCodecProfile
final

用于旁路直播的输出视频的编码规格。可以设置为 66、77 或 100,详见 VideoCodecProfileType 。 如果你把这个参数设为其他值,声网服务器会将其调整为默认值。

Implementation

@JsonKey(name: 'videoCodecProfile')
final VideoCodecProfileType? videoCodecProfile;