Class RTPStreamInfo
RTP stream info.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class RTPStreamInfo
Properties
EncodingName
Gets or sets the encoding name.
Declaration
public string EncodingName { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
Gets or sets the payload ID.
Declaration
public int Payload { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Gets or sets the type.
Declaration
public CapsType Type { get; set; }
Property Value
Type | Description |
---|---|
CapsType |