C# 클래스 org.diracvideo.Jirac.Picture

파일 보기 프로젝트 열기: mono/mooncodecs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
error System.Exception
num int
status Decoder.Status

공개 메소드들

메소드 설명
Decodable ( ) : bool
Decode ( ) : void
GetImage ( ) : int[]
Parse ( ) : void
Picture ( Buffer b, Decoder d ) : System
ToString ( ) : String

비공개 메소드들

메소드 설명
CreateImage ( ) : void
DecodeMotionCompensate ( ) : void
DecodeWaveletTransform ( ) : void
InitializeIwtFrames ( ) : void
InitializeMCFrames ( ) : void
ParseBlockData ( Unpack u ) : void
ParseHeader ( Unpack u ) : void
ParseLowDelayTransformData ( Unpack u ) : void
ParsePredictionParameters ( Unpack u ) : void
ParseTransformData ( Unpack u ) : void
ParseTransformParameters ( Unpack u ) : void

메소드 상세

Decodable() 공개 메소드

public Decodable ( ) : bool
리턴 bool

Decode() 공개 메소드

public Decode ( ) : void
리턴 void

GetImage() 공개 메소드

public GetImage ( ) : int[]
리턴 int[]

Parse() 공개 메소드

public Parse ( ) : void
리턴 void

Picture() 공개 메소드

public Picture ( Buffer b, Decoder d ) : System
b Buffer
d Decoder
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

error 공개적으로 프로퍼티

public Exception,System error
리턴 System.Exception

num 공개적으로 프로퍼티

public int num
리턴 int

status 공개적으로 프로퍼티

public Decoder.Status status
리턴 Decoder.Status