Exemplo n.º 1
0
 public GargleEffect(Channel channel, int priority) : base(channel, priority)
 {
     _parameters       = new Dx8Gargle();
     _parametersHandle = GCHandle.Alloc(_parameters, GCHandleType.Pinned);
 }
Exemplo n.º 2
0
 public GargleEffect(Channel channel, int priority) : base(channel,priority)
 {
     _parameters = new Dx8Gargle();
     _parametersHandle = GCHandle.Alloc(_parameters, GCHandleType.Pinned);
 }