C# 클래스 Rtsp.Messages.RtspRequestSetup

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

공개 메소드들

메소드 설명
AddTransport ( RtspTransport newTransport ) : void
GetTransports ( ) : Rtsp.Messages.RtspTransport[]

Gets the transports associate with the request.

RtspRequestSetup ( ) : System

메소드 상세

AddTransport() 공개 메소드

public AddTransport ( RtspTransport newTransport ) : void
newTransport RtspTransport
리턴 void

GetTransports() 공개 메소드

Gets the transports associate with the request.
public GetTransports ( ) : Rtsp.Messages.RtspTransport[]
리턴 Rtsp.Messages.RtspTransport[]

RtspRequestSetup() 공개 메소드

public RtspRequestSetup ( ) : System
리턴 System