Table of Contents

Class DefaultOutputAudioPlayer

public class DefaultOutputAudioPlayer : IOutputAudioPlayer
Inheritance
object
DefaultOutputAudioPlayer
Implements

Properties

channels

public int channels { get; set; }

Property Value

int

sampleRate

public int sampleRate { get; set; }

Property Value

int

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

PlayAudioClip(AudioClip, float)

public void PlayAudioClip(AudioClip clip, float volume = 1)

Parameters

clip AudioClip
volume float

PlayAudioDelta(AudioDelta, float)

public void PlayAudioDelta(AudioDelta delta, float volume = 1)

Parameters

delta AudioDelta
volume float