C# 클래스 Rtsp.Sdp.Attribut

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

공개 메소드들

메소드 설명
Attribut ( ) : System
Attribut ( string key ) : System
ParseInvariant ( string value ) : Attribut
RegisterNewAttributeType ( string key, Type attributType ) : void

보호된 메소드들

메소드 설명
ParseValue ( string value ) : void

메소드 상세

Attribut() 공개 메소드

public Attribut ( ) : System
리턴 System

Attribut() 공개 메소드

public Attribut ( string key ) : System
key string
리턴 System

ParseInvariant() 공개 정적인 메소드

public static ParseInvariant ( string value ) : Attribut
value string
리턴 Attribut

ParseValue() 보호된 메소드

protected ParseValue ( string value ) : void
value string
리턴 void

RegisterNewAttributeType() 공개 정적인 메소드

public static RegisterNewAttributeType ( string key, Type attributType ) : void
key string
attributType System.Type
리턴 void