C# 클래스 CSharpRTMP.Core.Protocols.Rtmp.Channel

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

공개 프로퍼티들

프로퍼티 타입 설명
id uint
inputData AMF0Reader
lastInAbsTs uint
lastInHeader Header
lastInHeaderType byte
lastInProcBytes uint
lastInStreamId uint
lastOutAbsTs uint
lastOutHeader Header
lastOutHeaderType byte
lastOutProcBytes uint
lastOutStreamId uint
state uint

공개 메소드들

메소드 설명
Channel ( ) : System
Channel ( uint id ) : System
Reset ( ) : void

메소드 상세

Channel() 공개 메소드

public Channel ( ) : System
리턴 System

Channel() 공개 메소드

public Channel ( uint id ) : System
id uint
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

id 공개적으로 프로퍼티

public uint id
리턴 uint

inputData 공개적으로 프로퍼티

public AMF0Reader inputData
리턴 AMF0Reader

lastInAbsTs 공개적으로 프로퍼티

public uint lastInAbsTs
리턴 uint

lastInHeader 공개적으로 프로퍼티

public Header,CSharpRTMP.Core.Protocols.Rtmp lastInHeader
리턴 Header

lastInHeaderType 공개적으로 프로퍼티

public byte lastInHeaderType
리턴 byte

lastInProcBytes 공개적으로 프로퍼티

public uint lastInProcBytes
리턴 uint

lastInStreamId 공개적으로 프로퍼티

public uint lastInStreamId
리턴 uint

lastOutAbsTs 공개적으로 프로퍼티

public uint lastOutAbsTs
리턴 uint

lastOutHeader 공개적으로 프로퍼티

public Header,CSharpRTMP.Core.Protocols.Rtmp lastOutHeader
리턴 Header

lastOutHeaderType 공개적으로 프로퍼티

public byte lastOutHeaderType
리턴 byte

lastOutProcBytes 공개적으로 프로퍼티

public uint lastOutProcBytes
리턴 uint

lastOutStreamId 공개적으로 프로퍼티

public uint lastOutStreamId
리턴 uint

state 공개적으로 프로퍼티

public uint state
리턴 uint