Property | Type | Description | |
---|---|---|---|
CheckVOCHeader | bool | ||
FillBuffer | int | ||
PreProcess | void | ||
UpdateBlockIfNeeded | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetSampleRateFromVOCRate ( int vocSR ) : int | ||
ReadBuffer ( short buffer, int count ) : int | ||
Rewind ( ) : bool | ||
Seek ( Timestamp where ) : bool | ||
Seek ( int where ) : bool | ||
VocStream ( Stream stream, bool isUnsigned ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckVOCHeader ( ) : bool | ||
FillBuffer ( int maxSamples ) : int | ||
PreProcess ( ) : void | ||
UpdateBlockIfNeeded ( ) : void |
public static GetSampleRateFromVOCRate ( int vocSR ) : int | ||
vocSR | int | |
return | int |
public ReadBuffer ( short buffer, int count ) : int | ||
buffer | short | |
count | int | |
return | int |
public VocStream ( Stream stream, bool isUnsigned ) : System | ||
stream | Stream | |
isUnsigned | bool | |
return | System |