Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( System targetStream, int channelCount, int sampleFrequency ) : void | ||
Write ( float samples, int count ) : void |
Method | Description | |
---|---|---|
OnClose ( ) : void | ||
OnOpen ( System targetStream, int channelCount, int sampleFrequency ) : void | ||
OnWrite ( byte buffer, int count ) : void |
protected abstract OnOpen ( System targetStream, int channelCount, int sampleFrequency ) : void | ||
targetStream | System | |
channelCount | int | |
sampleFrequency | int | |
return | void |
protected abstract OnWrite ( byte buffer, int count ) : void | ||
buffer | byte | |
count | int | |
return | void |
public Open ( System targetStream, int channelCount, int sampleFrequency ) : void | ||
targetStream | System | |
channelCount | int | |
sampleFrequency | int | |
return | void |
public Write ( float samples, int count ) : void | ||
samples | float | |
count | int | |
return | void |