次の方法で共有


EncoderCustomPreset クラス

定義

エンコーダー プロセッサを使用して入力コンテンツをエンコードするためのカスタム プリセットについて説明します。

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.EncoderCustomPreset")]
public class EncoderCustomPreset : Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderPresetBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.EncoderCustomPreset")>]
type EncoderCustomPreset = class
    inherit EncoderPresetBase
Public Class EncoderCustomPreset
Inherits EncoderPresetBase
継承
EncoderCustomPreset
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

EncoderCustomPreset()

EncoderCustomPreset クラスの新しいインスタンスを初期化します。

EncoderCustomPreset(AudioEncoderBase, VideoEncoderBase)

EncoderCustomPreset クラスの新しいインスタンスを初期化します。

プロパティ

AudioEncoder

オーディオをエンコードするためのカスタム プリセットを取得または設定します。

VideoEncoder

ビデオをエンコードするためのカスタム プリセットを取得または設定します。

適用対象