共用方式為


StandardEncoderPreset interface

描述使用標準編碼器編碼輸入視訊時要使用的所有設定。

Extends

屬性

codecs

編碼輸入視訊時要使用的編解碼器清單。

experimentalOptions

字典,其中包含預設本身未公開之參數的索引鍵值組

filters

編碼之前套用至輸入媒體的一或多個篩選作業。

formats

編碼器要產生的輸出清單。

odataType

多型辨別器,指定這個物件可以有不同的類型

屬性詳細資料

codecs

編碼輸入視訊時要使用的編解碼器清單。

codecs: CodecUnion[]

屬性值

experimentalOptions

字典,其中包含預設本身未公開之參數的索引鍵值組

experimentalOptions?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

filters

編碼之前套用至輸入媒體的一或多個篩選作業。

filters?: Filters

屬性值

formats

編碼器要產生的輸出清單。

formats: FormatUnion[]

屬性值

odataType

多型辨別器,指定這個物件可以有不同的類型

odataType: "#Microsoft.Media.StandardEncoderPreset"

屬性值

"#Microsoft.Media.StandardEncoderPreset"