Click or drag to resize
InterleaveContentType Enumeration
The types of data an InterleaveSlice can contain.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum InterleaveContentType
Members
  Member nameValueDescription
Signaling0 Indicates that the content contains an RTSP message.
Payload1 Indicates that the content contains RTP or RTCP packet.
See Also