次の方法で共有


FrameFormat クラス

定義

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

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

プロパティ

BitsPerPixel

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

FourCC

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

Height

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

SensorType

フレームのキャプチャに使用されるセンサーの種類を取得します。

Stride

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

Width

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

メソッド

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

FourCC 値から FrameFormat を作成する

CreateRgbFormat(Int32, Int32, Int32, Int32)

RGB 値から FrameFormat を作成する

Dispose()

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

拡張メソッド

SetProperty(FrameFormat, String, String)

詳細プロパティの値を名前で設定します。

TryGetProperty(FrameFormat, String, String)

名前で詳細プロパティの値を取得します。

適用対象