Click or drag to resize
MediaParser Class
Represent a specialized parser for media information.
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsMediaParser

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class MediaParser

The MediaParser type exposes the following members.

Methods
  NameDescription
Public methodStatic memberParseMedia

Parses SDP data contained within an RtspTrackInfo object and fills out the MediaCapability fields.

Currently supported video codecs: H.264 (AVC), MPEG-4.2, H.263, JPEG

Currently supported audio codecs: AAC, G.711a/u (also PT 0 and 8), G.726, PCM L16 (PT 10), AMR-NB, AMR-WB, G.728 (PT 15), G.729, G.729.1, G.722, G.723

Top
See Also