Class AudioOutput
Inheritance
System.Object
AudioOutput
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class AudioOutput : BaseObject, IInternalBaseObject, IAudioOutput, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
AudioOutput(ICore, IntPtr, BaseObjectType, UInt32)
Declaration
public AudioOutput(ICore core, IntPtr audioOutputNativePointer, BaseObjectType type, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioOutputNativePointer |
|
BaseObjectType |
type |
|
System.UInt32 |
id |
|
|
Improve this Doc
View Source
AudioOutput(ICore, IntPtr, UInt32)
Declaration
public AudioOutput(ICore core, IntPtr audioOutputNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioOutputNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
AudioOutputNativePointer
Declaration
public IntPtr AudioOutputNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Category
Declaration
public uint Category { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Filter
Declaration
public IAudioFilter Filter { get; }
Property Value
|
Improve this Doc
View Source
IsMuted
Declaration
public bool IsMuted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Owner
Declaration
public IAudio Owner { get; }
Property Value
|
Improve this Doc
View Source
Volume
Declaration
public float Volume { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
AddFilter(IAudioFilter)
Declaration
public void AddFilter(IAudioFilter filter)
Parameters
|
Improve this Doc
View Source
GetBaseObjectNativePointer(ICore, IntPtr)
Declaration
public static IntPtr GetBaseObjectNativePointer(ICore core, IntPtr audioFilterNativePointer)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioFilterNativePointer |
|
Returns
|
Improve this Doc
View Source
RemoveFilter()
Declaration
public void RemoveFilter()
Implements