Table of Contents

Class NullAudioChannel

Namespace
Lime
Assembly
Lime.dll
public class NullAudioChannel : IAudioChannel
Inheritance
NullAudioChannel
Implements
Inherited Members

Fields

Instance

public static NullAudioChannel Instance

Field Value

NullAudioChannel

Properties

Group

public AudioChannelGroup Group { get; set; }

Property Value

AudioChannelGroup

Pan

public float Pan { get; set; }

Property Value

float

Pitch

public float Pitch { get; set; }

Property Value

float

SamplePath

public string SamplePath { get; set; }

Property Value

string

Sound

public Sound Sound { get; }

Property Value

Sound

State

public AudioChannelState State { get; }

Property Value

AudioChannelState

Volume

public float Volume { get; set; }

Property Value

float

Methods

Pause(float)

public void Pause(float fadeoutTime = 0)

Parameters

fadeoutTime float

Resume(float)

public void Resume(float fadeinTime = 0)

Parameters

fadeinTime float

Stop(float)

public void Stop(float fadeoutTime = 0)

Parameters

fadeoutTime float

Suspend(float)

public PlayParameters Suspend(float fadeoutTime = 0)

Parameters

fadeoutTime float

Returns

PlayParameters