C# Class xZune.Bass.Effect

Inheritance: HandleObject
Afficher le fichier Open project: higankanshi/xZune.Bass Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ReleaseManaged ( ) : void
ReleaseUnmanaged ( ) : void

Private Methods

Méthode Description
Deattch ( ) : void

Method Details

Effect() public méthode

public Effect ( Channel channel, int priority ) : System
channel Channel
priority int
Résultat System

ReleaseManaged() protected méthode

protected ReleaseManaged ( ) : void
Résultat void

ReleaseUnmanaged() protected méthode

protected ReleaseUnmanaged ( ) : void
Résultat void

Reset() public méthode

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
Résultat void