WmpBitmapEncoder.SubsamplingLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 RGB 影像編碼的子取樣等級。
public:
property System::Byte SubsamplingLevel { System::Byte get(); void set(System::Byte value); };
public byte SubsamplingLevel { get; set; }
member this.SubsamplingLevel : byte with get, set
Public Property SubsamplingLevel As Byte
屬性值
RGB 影像編碼的子取樣等級。 範圍是 0 到 3。 預設值為 3。
值 | 描述 |
---|---|
0 | 4:0:0 編碼。 捨棄色度內容,而保留亮度。 |
1 | 4:2:0 編碼。 色度解析度減少 1/4 的亮度解析度。 |
2 | 4:2:2 編碼。 色度解析度減少為 1/2 的亮度解析度。 |
3 | 4:4:4 編碼。 保留色度解析度。 |
例外狀況
指定的值不在 0 和 3 之間。