C# Class xZune.Bass.Effect

Inheritance: HandleObject
显示文件 Open project: higankanshi/xZune.Bass Class Usage Examples

Public Methods

Method Description
Effect ( Channel channel, int priority ) : System
Reset ( ) : void

Resets the state of an effect.

This function flushes the internal buffers of the effects. Effects are automatically reset by Channel.Position, except when called from a "mixtime" SYNCPROC.

Protected Methods

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

Private Methods

Method Description
Deattch ( ) : void

Method Details

Effect() public method

public Effect ( Channel channel, int priority ) : System
channel Channel
priority int
return System

ReleaseManaged() protected method

protected ReleaseManaged ( ) : void
return void

ReleaseUnmanaged() protected method

protected ReleaseUnmanaged ( ) : void
return void

Reset() public method

Resets the state of an effect.
This function flushes the internal buffers of the effects. Effects are automatically reset by Channel.Position, except when called from a "mixtime" SYNCPROC.
public Reset ( ) : void
return void