C# 클래스 Rtsp.Messages.RtspTransport

파일 보기 프로젝트 열기: ngraziano/SharpRTSP 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string aTransportString ) : RtspTransport

Parses the specified transport string.

RtspTransport ( ) : System
ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
ReadLowerTransport ( RtspTransport returnValue, string transportProtocolPart ) : void
ReadProfile ( RtspTransport returnValue, string transportProtocolPart ) : void
ReadTransport ( RtspTransport returnValue, string transportProtocolPart ) : void

메소드 상세

Parse() 공개 정적인 메소드

Parses the specified transport string.
is null.
public static Parse ( string aTransportString ) : RtspTransport
aTransportString string A transport string.
리턴 RtspTransport

RtspTransport() 공개 메소드

public RtspTransport ( ) : System
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string