Class MediaStartLogEvent
Data class for the MediaStartLogEvent log event. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class MediaStartLogEvent : LogEvent
Constructors
| Edit this page View SourceMediaStartLogEvent()
Default constructor
Declaration
public MediaStartLogEvent()
Properties
| Edit this page View Sourcedirection
Set to “incoming” for media streams that the are received or “outgoing” for media streams that are sent. Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
mediaLabel
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[] |
sdp
Contains the text of the media block of the SDP. Required.
Declaration
public string sdp { get; set; }
Property Value
Type | Description |
---|---|
string |