C# Class org.diracvideo.Jirac.Picture

Afficher le fichier Open project: mono/mooncodecs Class Usage Examples

Méthodes publiques

Свойство Type Description
error System.Exception
num int
status Decoder.Status

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Decodable ( ) : bool
Résultat bool

Decode() public méthode

public Decode ( ) : void
Résultat void

GetImage() public méthode

public GetImage ( ) : int[]
Résultat int[]

Parse() public méthode

public Parse ( ) : void
Résultat void

Picture() public méthode

public Picture ( Buffer b, Decoder d ) : System
b Buffer
d Decoder
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

error public_oe property

public Exception,System error
Résultat System.Exception

num public_oe property

public int num
Résultat int

status public_oe property

public Decoder.Status status
Résultat Decoder.Status