Class AudioOutputWorld
Inheritance
System.Object
AudioOutputWorld
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 AudioOutputWorld : AudioOutput, IInternalBaseObject, IAudioOutputWorld, IAudioOutput, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
AudioOutputWorld(ICore, IntPtr, UInt32)
Declaration
public AudioOutputWorld(ICore core, IntPtr audioOutputWorldNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioOutputWorldNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
AudioOutputWorldNativePointer
Declaration
public IntPtr AudioOutputWorldNativePointer { get; }
Property Value
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Position
Declaration
public Position Position { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetAudioNativePointer(ICore, IntPtr)
Declaration
public static IntPtr GetAudioNativePointer(ICore core, IntPtr audioOutputWorldNativePointer)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioOutputWorldNativePointer |
|
Returns
Implements