Interface IAudioChannel
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IAudioChannel
Properties
Group
AudioChannelGroup Group { get; }
Property Value
Pan
float Pan { get; }
Property Value
Pitch
float Pitch { get; }
Property Value
SamplePath
string SamplePath { get; }
Property Value
Sound
Sound Sound { get; }
Property Value
State
AudioChannelState State { get; }
Property Value
Volume
float Volume { get; }