CMsgVoiceAudio
Interface CMsgVoiceAudio
Namespace: SwiftlyS2.Shared.ProtobufDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CMsgVoiceAudio : ITypedProtobuf<CMsgVoiceAudio>, INativeHandleImplements
Properties
Format
VoiceDataFormat_t Format { get; set; }Property Value
NumPackets
uint NumPackets { get; set; }Property Value
PacketOffsets
IProtobufRepeatedFieldValueType<uint> PacketOffsets { get; }Property Value
SampleRate
uint SampleRate { get; set; }Property Value
SectionNumber
uint SectionNumber { get; set; }Property Value
SequenceBytes
int SequenceBytes { get; set; }Property Value
UncompressedSampleOffset
uint UncompressedSampleOffset { get; set; }Property Value
VoiceData
byte[] VoiceData { get; set; }Property Value
VoiceLevel
float VoiceLevel { get; set; }Property Value