Class AudioOutputFrontendPool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Pools
Assembly: AltV.Net.Client.dll
Syntax
public class AudioOutputFrontendPool : BaseObjectPool<IAudioOutputFrontend>, IBaseObjectPool<IAudioOutputFrontend>, IReadOnlyBaseObjectPool<IAudioOutputFrontend>
Constructors
| Improve this Doc View SourceAudioOutputFrontendPool(IBaseObjectFactory<IAudioOutputFrontend>)
Declaration
public AudioOutputFrontendPool(IBaseObjectFactory<IAudioOutputFrontend> factory)
Parameters
Type | Name | Description |
---|---|---|
IBaseObjectFactory<IAudioOutputFrontend> | factory |
Methods
| Improve this Doc View SourceGetId(IntPtr)
Declaration
public override uint GetId(IntPtr entityPointer)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | entityPointer |
Returns
Type | Description |
---|---|
System.UInt32 |
Overrides
AltV.Net.Client.Elements.Pools.BaseObjectPool<AltV.Net.Client.Elements.Interfaces.IAudioOutputFrontend>.GetId(IntPtr)