C# Class CSPspEmu.Hle.Formats.audio.At3.SUB.MaiQueue0

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

Method Description
Dis ( ) : int
Flush ( ) : int
GetLength ( ) : int
GetMaxLength ( ) : int
In ( byte head, int length ) : int
MaiQueue0 ( int quene_max_size ) : System
Out ( ManagedPointer head, int length ) : int
OutPre ( ManagedPointer head, int length ) : int
isOK ( ) : bool

Method Details

Dis() public method

public Dis ( ) : int
return int

Flush() public method

public Flush ( ) : int
return int

GetLength() public method

public GetLength ( ) : int
return int

GetMaxLength() public method

public GetMaxLength ( ) : int
return int

In() public method

public In ( byte head, int length ) : int
head byte
length int
return int

MaiQueue0() public method

public MaiQueue0 ( int quene_max_size ) : System
quene_max_size int
return System

Out() public method

public Out ( ManagedPointer head, int length ) : int
head ManagedPointer
length int
return int

OutPre() public method

public OutPre ( ManagedPointer head, int length ) : int
head ManagedPointer
length int
return int

isOK() public method

public isOK ( ) : bool
return bool