C# 클래스 ZForge.Motion.Core.Codec

파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
Codec ( UInt32 fourcc, string description ) : System
FOURCCmmio ( UInt32 fcc ) : string
ToString ( ) : string
mmioFOURCC ( char ch0, char ch1, char ch2, char ch3 ) : UInt32

메소드 상세

Codec() 공개 메소드

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

FOURCCmmio() 공개 정적인 메소드

public static FOURCCmmio ( UInt32 fcc ) : string
fcc System.UInt32
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

mmioFOURCC() 공개 정적인 메소드

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