C# Class CSharpRTMP.Core.Protocols.Rtmp.Channel

Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
Channel ( ) : System
Channel ( uint id ) : System
Reset ( ) : void

Method Details

Channel() public method

public Channel ( ) : System
return System

Channel() public method

public Channel ( uint id ) : System
id uint
return System

Reset() public method

public Reset ( ) : void
return void

Property Details

id public property

public uint id
return uint

inputData public property

public AMF0Reader inputData
return AMF0Reader

lastInAbsTs public property

public uint lastInAbsTs
return uint

lastInHeader public property

public Header,CSharpRTMP.Core.Protocols.Rtmp lastInHeader
return Header

lastInHeaderType public property

public byte lastInHeaderType
return byte

lastInProcBytes public property

public uint lastInProcBytes
return uint

lastInStreamId public property

public uint lastInStreamId
return uint

lastOutAbsTs public property

public uint lastOutAbsTs
return uint

lastOutHeader public property

public Header,CSharpRTMP.Core.Protocols.Rtmp lastOutHeader
return Header

lastOutHeaderType public property

public byte lastOutHeaderType
return byte

lastOutProcBytes public property

public uint lastOutProcBytes
return uint

lastOutStreamId public property

public uint lastOutStreamId
return uint

state public property

public uint state
return uint