C# 클래스 RtmfpDownloader.DownloadSession

상속: CSharpRTMP.Core.Protocols.Rtmfp.OutboundHandshake
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DowloadStreams List

공개 메소드들

메소드 설명
CreateFlow ( ulong id, string signature, ulong asscoId ) : Flow
DownloadSession ( BaseRtmfpProtocol handler ) : System
EnqueueForDelete ( ) : void
PlayStream ( string name, ulong flowId, uint streamId, OutFileRTMPFLVStream flvStream ) : void

비공개 메소드들

메소드 설명
FlowStream_OnStatus ( CSharpRTMP obj ) : void

메소드 상세

CreateFlow() 공개 메소드

public CreateFlow ( ulong id, string signature, ulong asscoId ) : Flow
id ulong
signature string
asscoId ulong
리턴 CSharpRTMP.Core.Protocols.Rtmfp.Flow

DownloadSession() 공개 메소드

public DownloadSession ( BaseRtmfpProtocol handler ) : System
handler CSharpRTMP.Core.Protocols.Rtmfp.BaseRtmfpProtocol
리턴 System

EnqueueForDelete() 공개 메소드

public EnqueueForDelete ( ) : void
리턴 void

PlayStream() 공개 메소드

public PlayStream ( string name, ulong flowId, uint streamId, OutFileRTMPFLVStream flvStream ) : void
name string
flowId ulong
streamId uint
flvStream OutFileRTMPFLVStream
리턴 void

프로퍼티 상세

DowloadStreams 공개적으로 프로퍼티

public List DowloadStreams
리턴 List