Table of Contents

Interface IAudioChannel

Namespace
Lime
Assembly
Lime.dll
public interface IAudioChannel

Properties

Group

AudioChannelGroup Group { get; }

Property Value

AudioChannelGroup

Pan

float Pan { get; }

Property Value

float

Pitch

float Pitch { get; }

Property Value

float

SamplePath

string SamplePath { get; }

Property Value

string

Sound

Sound Sound { get; }

Property Value

Sound

State

AudioChannelState State { get; }

Property Value

AudioChannelState

Volume

float Volume { get; }

Property Value

float