Class LowOnFramesEventArgs
LowOnFrames event arguments
Inheritance
LowOnFramesEventArgs
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class LowOnFramesEventArgs : EventArgs
Constructors
LowOnFramesEventArgs()
Declaration
public LowOnFramesEventArgs()
Properties
MediaType
MediaType of the low on frame event
Declaration
public MediaType MediaType { get; set; }
Property Value
Type | Description |
---|---|
MediaType |
RemainingMediaLengthInMS
Remaining enqueued media length in MS
Declaration
public int RemainingMediaLengthInMS { get; set; }
Property Value
Type | Description |
---|---|
Int32 |