C# Class MumbleSharp.Audio.AudioEncodingBuffer.TargettedSpeech

PCM data targetted at a specific person
Show file Open project: martindevans/MumbleSharp

Public Properties

Property Type Description
IsStop bool
Pcm ArraySegment
Target SpeechTarget
TargetId uint

Public Methods

Method Description
TargettedSpeech ( ArraySegment pcm, SpeechTarget target, uint targetId ) : System
TargettedSpeech ( bool stop = true ) : System

Method Details

TargettedSpeech() public method

public TargettedSpeech ( ArraySegment pcm, SpeechTarget target, uint targetId ) : System
pcm ArraySegment
target SpeechTarget
targetId uint
return System

TargettedSpeech() public method

public TargettedSpeech ( bool stop = true ) : System
stop bool
return System

Property Details

IsStop public property

public bool IsStop
return bool

Pcm public property

public ArraySegment Pcm
return ArraySegment

Target public property

public SpeechTarget Target
return SpeechTarget

TargetId public property

public uint TargetId
return uint