C# 클래스 MumbleSharp.Audio.AudioEncodingBuffer.TargettedSpeech

PCM data targetted at a specific person
파일 보기 프로젝트 열기: martindevans/MumbleSharp

공개 프로퍼티들

프로퍼티 타입 설명
IsStop bool
Pcm ArraySegment
Target SpeechTarget
TargetId uint

공개 메소드들

메소드 설명
TargettedSpeech ( ArraySegment pcm, SpeechTarget target, uint targetId ) : System
TargettedSpeech ( bool stop = true ) : System

메소드 상세

TargettedSpeech() 공개 메소드

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

TargettedSpeech() 공개 메소드

public TargettedSpeech ( bool stop = true ) : System
stop bool
리턴 System

프로퍼티 상세

IsStop 공개적으로 프로퍼티

public bool IsStop
리턴 bool

Pcm 공개적으로 프로퍼티

public ArraySegment Pcm
리턴 ArraySegment

Target 공개적으로 프로퍼티

public SpeechTarget Target
리턴 SpeechTarget

TargetId 공개적으로 프로퍼티

public uint TargetId
리턴 uint