次の方法で共有


FrameFormat クラス

定義

イメージ形式のプロパティのコレクション (FOURCC、幅、高さ、ストライドなど) を表します。

public class FrameFormat : IDisposable
type FrameFormat = class
    interface IDisposable
Public Class FrameFormat
Implements IDisposable
継承
FrameFormat
実装

プロパティ

BitsPerPixel

フレームのピクセルあたりのビット数を取得する

FourCC

フレームの FourCC 表現を取得する

Height

フレームの高さをピクセル単位で取得する

Stride

フレームのストライドをピクセル単位で取得する

Width

フレームの幅をピクセル単位で取得する

メソッド

CreateFourCCFormat(Char, Char, Char, Char, Int32, Int32, Int32)

FourCC 値から FrameFormat を作成する

CreateRGBFormat(Int32, Int32, Int32, Int32)

RGB 値から FrameFormat を作成する

Dispose()

イメージ形式のプロパティのコレクション (FOURCC、幅、高さ、ストライドなど) を表します。

拡張メソッド

GetProperty(FrameFormat, String, String)

名前で高度なプロパティの値を取得します。

SetProperty(FrameFormat, String, String)

高度なプロパティの値を名前で設定します。

適用対象