関数

IC Imaging Control 3.0より導入された新しい関数の一覧です。

getBitsPerPixelクラスライブラリリファレンス>関数>getBitsPerPixel Method 指定されたフォーマットで1ピクセルの画像データを保存する際に必要なビット数を返します。
getSubtypeFromColorformatクラスライブラリリファレンス>関数>getSubtypeFromColorformat Method 指定したカラーフォーマットに対応するメディアサブタイプGUIDを返します。
getColorformatFromSubtypeクラスライブラリリファレンス>関数>getColorformatFromSubtype Method 指定したメディアサブタイプに対応するtColorformatEnumクラスライブラリリファレンス>エニュメレーション>tColorformatEnumを返します。
calcBufferSizeクラスライブラリリファレンス>関数>calcBufferSize Method 指定したサイズとカラーフォーマットで1フレームの画像データを保存する際に必要なバイト数を計算します。
calcRequiredBuffersizeクラスライブラリリファレンス>関数>calcRequiredBuffersize Method FrameTypeInfoクラスライブラリリファレンス>クラス>FrameTypeInfoの情報から、1フレームの画像データを保存する際に必要なバイト数を計算します。
createBitmapInfoHeaderクラスライブラリリファレンス>関数>createBitmapInfoHeader Method FrameTypeInfoクラスライブラリリファレンス>クラス>FrameTypeInfoの情報をもとにBITMAPINFOHEADER構造体を作成します。
convertToStringクラスライブラリリファレンス>関数>convertToString Method FrameTypeInfoクラスライブラリリファレンス>クラス>FrameTypeInfoを文字列に変換します。
isBottomUpFrameTypeクラスライブラリリファレンス>関数>isBottomUpFrameType Method フレームがボトムアップ(上下逆)のビデオフォーマットかどうかをチェックします。
createFCCMediaSubTypeクラスライブラリリファレンス>関数>createFCCMediaSubType Method 4つの文字でFourCC メディアサブタイプを作成します。
wstoasクラスライブラリリファレンス>関数>wstoas Method std::wstringstd::stringに変換します。
astowsクラスライブラリリファレンス>関数>astows Method std::stringstd::wstringへ変換します。
StringToGUIDクラスライブラリリファレンス>関数>StringToGUID Method 文字列のGUIDを以下のような形式の数字に変換します。{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
GUIDToWStringクラスライブラリリファレンス>関数>GUIDToWString Method 文字列化されたGUIDを返します。