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

显示文件 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_oe property

public uint id
return uint

inputData public_oe property

public AMF0Reader inputData
return AMF0Reader

lastInAbsTs public_oe property

public uint lastInAbsTs
return uint

lastInHeader public_oe property

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

lastInHeaderType public_oe property

public byte lastInHeaderType
return byte

lastInProcBytes public_oe property

public uint lastInProcBytes
return uint

lastInStreamId public_oe property

public uint lastInStreamId
return uint

lastOutAbsTs public_oe property

public uint lastOutAbsTs
return uint

lastOutHeader public_oe property

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

lastOutHeaderType public_oe property

public byte lastOutHeaderType
return byte

lastOutProcBytes public_oe property

public uint lastOutProcBytes
return uint

lastOutStreamId public_oe property

public uint lastOutStreamId
return uint

state public_oe property

public uint state
return uint