Click or drag to resize
StaticConfiguration Class
Static configuration for RTSP message contents.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspStaticConfiguration

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

The StaticConfiguration type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContentTypeExists
Queries if a given content type exists.
Public methodStatic memberCreateContentTypeInstance
Creates a content type instance.
Top
Fields
  NameDescription
Public fieldStatic memberContentTypeDeclarations
Holds a list of custom defined message contents. By default the list contains "application/sdp" with SDPMessage as implementation. To define a new content, one must derive a class from IMessageAppendix to reflect the content needed and add it along with the MIME type to this list.
Top
See Also