Inheritance Hierarchy
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public class SilenceGenerator : IWaveSource,
IReadableAudioSource<byte>, IAudioSource, IDisposable
Public Class SilenceGenerator
Implements IWaveSource, IReadableAudioSource(Of Byte),
IAudioSource, IDisposable
Dim instance As SilenceGenerator
type SilenceGenerator =
class
interface IWaveSource
interface IReadableAudioSource<byte>
interface IAudioSource
interface IDisposable
end
public class SilenceGenerator implements IWaveSource,
IReadableAudioSource<byte>, IAudioSource, IDisposable
public class SilenceGenerator implements IWaveSource, IReadableAudioSource<byte>, IAudioSource, IDisposable
CSAudioPlayer.SilenceGenerator = function();
Type.createClass(
'CSAudioPlayer.SilenceGenerator',
null,
CSCore.IWaveSource,
CSCore.IReadableAudioSource`1,
CSCore.IAudioSource,
IDisposable);
The SilenceGenerator type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| Dispose | Releases all resources used by the SilenceGenerator |
| Read | |
TopSee Also