Click or drag to resize
WaveHandle Class
Represents a playing wave file
Inheritance Hierarchy
SystemObject
  TeamSpeak.Sdk.ClientWaveHandle

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public sealed class WaveHandle

The WaveHandle type exposes the following members.

Constructors
  NameDescription
Public methodWaveHandle
Creates a new WaveHandle-Object.
Top
Properties
  NameDescription
Public propertyConnection
Server Connection
Public propertyID
ID of the WaveHandle
Public propertyPaused
Is the playback of the wave-file paused
Top
Methods
  NameDescription
Public methodClose
Stops the playback of the wave file.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(WaveHandle)
Indicates whether this instance and a another instance are equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodSet3DAttributes
Set 3D position.
Public methodToString (Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two WaveHandle for equality.
Public operatorStatic memberInequality
Compares two WaveHandle for inequality.
Top
See Also