Updated reference channel entities
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public interface IVoiceChannel : IChannel
|
||||
{
|
||||
int Bitrate { get; set; }
|
||||
/// <summary> Gets the requested bitrate, in bits per second, of this voice channel. </summary>
|
||||
int Bitrate { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user