Click or drag to resize
MethodType Enumeration
Enumeration of supported RTSP method types.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
[FlagsAttribute]
public enum MethodType
Members
  Member nameValueDescription
Play1
Record2
Pause4
Options8
Describe16
Setup32
Teardown64
Announce128
Redirect256
GetParameter512
SetParameter1024
See Also