Class RecMediaStartLogEvent
Data class for the RecMediaStartLogEvent 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 starts.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class RecMediaStartLogEvent : LogEvent
Constructors
| Edit this page View SourceRecMediaStartLogEvent()
Default constructor
Declaration
public RecMediaStartLogEvent()
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[] |
mediaTranscodeFrom
Future. Not Used.
Declaration
public string mediaTranscodeFrom { 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 |