IrrKlang.NET

ISoundSource Class

A sound source describes an input file (.ogg, .mp3 or .wav) and its default settings. It provides some informations about the sound source like the play lenght and can have default settings for volume, distances for 3d etc.

For a list of all members of this type, see ISoundSource Members.

System.Object
   IrrKlang.ISoundSource

[Visual Basic]
Public Class ISoundSource
    Implements IDisposable
[C#]
public class ISoundSource : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IrrKlang

Assembly: irrKlang.NET (in irrKlang.NET.dll)

See Also

ISoundSource Members | IrrKlang Namespace