API reference
Property PcmData
- Namespace
- DisCatSharp.Voice.EventArgs
- Assembly
- DisCatSharp.Voice.dll
PcmData
Gets the received voice data, decoded to PCM format.
public ReadOnlyMemory<byte> PcmData { get; }
Gets the received voice data, decoded to PCM format.
public ReadOnlyMemory<byte> PcmData { get; }