你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StandardEncoderPreset 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
介绍使用标准编码器对输入视频进行编码时要使用的所有设置。
public class StandardEncoderPreset : Azure.ResourceManager.Media.Models.MediaTransformPreset
type StandardEncoderPreset = class
inherit MediaTransformPreset
Public Class StandardEncoderPreset
Inherits MediaTransformPreset
- 继承
构造函数
StandardEncoderPreset(IEnumerable<MediaCodecBase>, IEnumerable<MediaFormatBase>) |
初始化 StandardEncoderPreset 的新实例。 |
属性
Codecs |
编码输入视频时要使用的编解码器列表。 请注意 MediaCodecBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AacAudio、、MediaAudioBase、CodecCopyAudio、H264VideoDDAudioH265VideoCodecCopyVideo、MediaImageBase、 JpgImagePngImage 和 。MediaVideoBase |
ExperimentalOptions |
包含未在预设本身中公开的参数的键值对的字典。 |
Filters |
编码前应用于输入媒体的一个或多个筛选操作。 |
Formats |
编码器要生成的输出列表。 请注意 MediaFormatBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 OutputImageFileFormat、、JpgFormat、 PngFormatMp4FormatMultiBitrateFormat和 。TransportStreamFormat |