Interface IAudioOutput
Assembly: AltV.Net.Client.dll
Syntax
public interface IAudioOutput : IBaseObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
AudioOutputNativePointer
Declaration
IntPtr AudioOutputNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Category
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Filter
Declaration
IAudioFilter Filter { get; }
Property Value
|
Improve this Doc
View Source
IsMuted
Declaration
bool IsMuted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Owner
Declaration
Property Value
|
Improve this Doc
View Source
Volume
Declaration
float Volume { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
AddFilter(IAudioFilter)
Declaration
void AddFilter(IAudioFilter filter)
Parameters
|
Improve this Doc
View Source
RemoveFilter()
Declaration