C# Class org.diracvideo.Jirac.Picture

显示文件 Open project: mono/mooncodecs Class Usage Examples

Public Properties

Property Type Description
error System.Exception
num int
status Decoder.Status

Public Methods

Method Description
Decodable ( ) : bool
Decode ( ) : void
GetImage ( ) : int[]
Parse ( ) : void
Picture ( Buffer b, Decoder d ) : System
ToString ( ) : String

Private Methods

Method Description
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

Method Details

Decodable() public method

public Decodable ( ) : bool
return bool

Decode() public method

public Decode ( ) : void
return void

GetImage() public method

public GetImage ( ) : int[]
return int[]

Parse() public method

public Parse ( ) : void
return void

Picture() public method

public Picture ( Buffer b, Decoder d ) : System
b Buffer
d Decoder
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

error public_oe property

public Exception,System error
return System.Exception

num public_oe property

public int num
return int

status public_oe property

public Decoder.Status status
return Decoder.Status