C# 클래스 OnlineVideos.MPUrlSourceFilter.UserSettings.UdpRtpUrlSettings

상속: SimpleUrlSettings
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

Private Properties

프로퍼티 타입 설명
Apply void

공개 메소드들

메소드 설명
ToString ( ) : string

Gets canonical string representation for the specified instance.

UdpRtpUrlSettings ( ) : System

Initializes a new instance of UdpRtpUrlSettings class.

UdpRtpUrlSettings ( String value ) : System

Initializes a new instance of UdpRtpUrlSettings class with specified UDP or RTP url parameters.

비공개 메소드들

메소드 설명
Apply ( UdpRtpUrl udpUrl ) : void

메소드 상세

ToString() 공개 메소드

Gets canonical string representation for the specified instance.
public ToString ( ) : string
리턴 string

UdpRtpUrlSettings() 공개 메소드

Initializes a new instance of UdpRtpUrlSettings class.
public UdpRtpUrlSettings ( ) : System
리턴 System

UdpRtpUrlSettings() 공개 메소드

Initializes a new instance of UdpRtpUrlSettings class with specified UDP or RTP url parameters.
/// The is . ///
public UdpRtpUrlSettings ( String value ) : System
value String UDP or RTP url parameters.
리턴 System