C# Class RtmfpDownloader.DownloadSession

Inheritance: CSharpRTMP.Core.Protocols.Rtmfp.OutboundHandshake
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
DowloadStreams List

Méthodes publiques

Méthode Description
CreateFlow ( ulong id, string signature, ulong asscoId ) : Flow
DownloadSession ( BaseRtmfpProtocol handler ) : System
EnqueueForDelete ( ) : void
PlayStream ( string name, ulong flowId, uint streamId, OutFileRTMPFLVStream flvStream ) : void

Private Methods

Méthode Description
FlowStream_OnStatus ( CSharpRTMP obj ) : void

Method Details

CreateFlow() public méthode

public CreateFlow ( ulong id, string signature, ulong asscoId ) : Flow
id ulong
signature string
asscoId ulong
Résultat CSharpRTMP.Core.Protocols.Rtmfp.Flow

DownloadSession() public méthode

public DownloadSession ( BaseRtmfpProtocol handler ) : System
handler CSharpRTMP.Core.Protocols.Rtmfp.BaseRtmfpProtocol
Résultat System

EnqueueForDelete() public méthode

public EnqueueForDelete ( ) : void
Résultat void

PlayStream() public méthode

public PlayStream ( string name, ulong flowId, uint streamId, OutFileRTMPFLVStream flvStream ) : void
name string
flowId ulong
streamId uint
flvStream OutFileRTMPFLVStream
Résultat void

Property Details

DowloadStreams public_oe property

public List DowloadStreams
Résultat List