C# Class ZForge.Motion.Core.Codec

Mostrar archivo Open project: zhuangyy/Motion

Public Methods

Method Description
Codec ( UInt32 fourcc, string description ) : System
FOURCCmmio ( UInt32 fcc ) : string
ToString ( ) : string
mmioFOURCC ( char ch0, char ch1, char ch2, char ch3 ) : UInt32

Method Details

Codec() public method

public Codec ( UInt32 fourcc, string description ) : System
fourcc System.UInt32
description string
return System

FOURCCmmio() public static method

public static FOURCCmmio ( UInt32 fcc ) : string
fcc System.UInt32
return string

ToString() public method

public ToString ( ) : string
return string

mmioFOURCC() public static method

public static mmioFOURCC ( char ch0, char ch1, char ch2, char ch3 ) : UInt32
ch0 char
ch1 char
ch2 char
ch3 char
return System.UInt32