C# Class xZune.Bass.Record

A recording channel, it will be auto free after stopped.
Inheritance: Channel, IRecord
Exibir arquivo Open project: higankanshi/xZune.Bass Class Usage Examples

Protected Methods

Method Description
Free ( ) : void
ReleaseManaged ( ) : void
ReleaseUnmanaged ( ) : void

Private Methods

Method Description
OnRecording ( IntPtr handle, IntPtr buffer, uint length, IntPtr user ) : bool
Record ( ) : System
SetHandle ( IntPtr handle ) : void

Method Details

Free() protected method

protected Free ( ) : void
return void

ReleaseManaged() protected method

protected ReleaseManaged ( ) : void
return void

ReleaseUnmanaged() protected method

protected ReleaseUnmanaged ( ) : void
return void