Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetSamples ( int startSample, int numSamples ) : byte[] |
Get the number samples as a byte array from the starting sample.
|
|
LoadMedia ( System.TimeSpan startTime ) : void | ||
Pause ( ) : void | ||
Resume ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
_DisposeAudio ( ) : void |
public GetSamples ( int startSample, int numSamples ) : byte[] | ||
startSample | int | 0 based starting sample |
numSamples | int | Number of samples to include in the byte array |
return | byte[] |
public LoadMedia ( System.TimeSpan startTime ) : void | ||
startTime | System.TimeSpan | |
return | void |