C# 클래스 MumbleSharp.Audio.AudioEncodingBuffer

파일 보기 프로젝트 열기: martindevans/MumbleSharp 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ArraySegment pcm, SpeechTarget target, uint targetId ) : void

Add some raw PCM data to the buffer to send

Encode ( SpeechCodecs codec ) : byte[]
Stop ( ) : void

비공개 메소드들

메소드 설명
TryAddToEncodingBuffer ( TargettedSpeech t, bool &stopped ) : bool

메소드 상세

Add() 공개 메소드

Add some raw PCM data to the buffer to send
public Add ( ArraySegment pcm, SpeechTarget target, uint targetId ) : void
pcm ArraySegment
target SpeechTarget
targetId uint
리턴 void

Encode() 공개 메소드

public Encode ( SpeechCodecs codec ) : byte[]
codec SpeechCodecs
리턴 byte[]

Stop() 공개 메소드

public Stop ( ) : void
리턴 void