Class RecMediaEndLogEvent
Data class for the RecMediaEndLogEvent log event. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by a media recorder when a media session ends.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class RecMediaEndLogEvent : LogEvent
Constructors
| Edit this page View SourceRecMediaEndLogEvent()
Default constructor
Declaration
public RecMediaEndLogEvent()
Properties
| Edit this page View SourcemediaLabel
Set to the SIPREC SDP label attribute (a=label:xx) for the media stream. Required. Only an array of length 1 will be used.
Declaration
public string[] mediaLabel { get; set; }
Property Value
Type | Description |
---|---|
string[] |
mediaQualityStats
This field is optional.
Declaration
public string mediaQualityStats { get; set; }
Property Value
Type | Description |
---|---|
string |
mediaTranscodeFrom
Future. Not Used.
Declaration
public string mediaTranscodeFrom { get; set; }
Property Value
Type | Description |
---|---|
string |