C# 클래스 CSharpRTMP.Core.Protocols.Rtsp.SDP

파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
Keys string[]

공개 메소드들

메소드 설명
GetAudioTrack ( this _this, uint index, string uri ) : Variant
GetStreamName ( this _this ) : string
GetTotalBandwidth ( this _this ) : uint
GetVideoTrack ( this _this, uint index, string uri ) : Variant
ParseSDP ( Variant sdp, string raw ) : bool
ParseTransportLine ( string raw, Variant result ) : bool

비공개 메소드들

메소드 설명
GetTrack ( this _this, uint index, string type ) : Variant
ParseAudioTrack ( Variant track ) : Variant
ParseSDPLine ( Variant result, string line ) : bool
ParseSDPLineA ( string &attributeName, Variant value, string line ) : bool
ParseSDPLineB ( Variant result, string line ) : bool
ParseSDPLineC ( Variant result, string line ) : bool
ParseSDPLineE ( Variant result, string line ) : bool
ParseSDPLineI ( Variant result, string line ) : bool
ParseSDPLineK ( Variant result, string line ) : bool
ParseSDPLineM ( Variant result, string line ) : bool
ParseSDPLineO ( Variant result, string line ) : bool
ParseSDPLineP ( Variant result, string line ) : bool
ParseSDPLineR ( Variant result, string line ) : bool
ParseSDPLineS ( Variant result, string line ) : bool
ParseSDPLineT ( Variant result, string line ) : bool
ParseSDPLineU ( Variant result, string line ) : bool
ParseSDPLineV ( Variant result, string line ) : bool
ParseSDPLineZ ( Variant variant, string substring ) : bool
ParseSection ( Variant result, string lines, uint start, long length ) : bool
ParseVideoTrack ( Variant track ) : Variant

메소드 상세

GetAudioTrack() 공개 정적인 메소드

public static GetAudioTrack ( this _this, uint index, string uri ) : Variant
_this this
index uint
uri string
리턴 Variant

GetStreamName() 공개 정적인 메소드

public static GetStreamName ( this _this ) : string
_this this
리턴 string

GetTotalBandwidth() 공개 정적인 메소드

public static GetTotalBandwidth ( this _this ) : uint
_this this
리턴 uint

GetVideoTrack() 공개 정적인 메소드

public static GetVideoTrack ( this _this, uint index, string uri ) : Variant
_this this
index uint
uri string
리턴 Variant

ParseSDP() 공개 정적인 메소드

public static ParseSDP ( Variant sdp, string raw ) : bool
sdp Variant
raw string
리턴 bool

ParseTransportLine() 공개 정적인 메소드

public static ParseTransportLine ( string raw, Variant result ) : bool
raw string
result Variant
리턴 bool

프로퍼티 상세

Keys 공개적으로 정적으로 프로퍼티

public static string[] Keys
리턴 string[]