Class VideoMediaStreamQualityChangedEventArgs
Event arguments of the video media stream quality event.
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class VideoMediaStreamQualityChangedEventArgs : EventArgs
Constructors
VideoMediaStreamQualityChangedEventArgs()
Declaration
public VideoMediaStreamQualityChangedEventArgs()
Properties
MediaQualityState
Indicates the media quality state of the mediaStream quality changed event
Declaration
public MediaQualityState MediaQualityState { get; set; }
Property Value
| Type | Description |
|---|---|
| MediaQualityState |
SocketId
Socket id associated with the event
Declaration
public int SocketId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
VideoQualityType
Indicates the media quality type of the media stream quality changed event
Declaration
public VideoQualityType VideoQualityType { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoQualityType |