C# Class FluorineFx.Net.NetStream

Inheritance: FluorineFx.Messaging.Rtmp.Stream.AbstractClientStream, IPendingServiceCallback, IEventDispatcher, INetStreamEventHandler
Afficher le fichier Open project: jdecuyper/FluorineFx Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
DispatchEvent ( IEvent @event ) : void
NetStream ( NetConnection connection ) : log4net

Initializes a new instance of the NetStream class that can be used for playing video files through the specified NetConnection object.

NetStream ( NetConnection connection, string peerId ) : log4net

Initializes a new instance of the NetStream class that can be used for playing video files through the specified NetConnection object.

OnStreamEvent ( FluorineFx.Messaging.Rtmp.Event.Notify notify ) : void
Play ( ) : void

Plays media files.

ResultReceived ( IPendingServiceCall call ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
RaiseNetStatus ( ASObject info ) : void
RaiseNetStatus ( Exception exception ) : void
RaiseNetStatus ( string message ) : void
RaiseNetStatus ( string code, Exception exception ) : void
RaiseNetStreamAudio ( FluorineFx.Messaging.Rtmp.Event.AudioData audioData ) : void
RaiseNetStreamVideo ( FluorineFx.Messaging.Rtmp.Event.VideoData videoData ) : void
RaiseOnMetaData ( IDictionary obj ) : void
RaiseOnPlayStatus ( IDictionary infoObject ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DispatchEvent() public méthode

public DispatchEvent ( IEvent @event ) : void
@event IEvent
Résultat void

NetStream() public méthode

Initializes a new instance of the NetStream class that can be used for playing video files through the specified NetConnection object.
public NetStream ( NetConnection connection ) : log4net
connection NetConnection A NetConnection object.
Résultat log4net

NetStream() public méthode

Initializes a new instance of the NetStream class that can be used for playing video files through the specified NetConnection object.
public NetStream ( NetConnection connection, string peerId ) : log4net
connection NetConnection A NetConnection object.
peerId string Not available.
Résultat log4net

OnStreamEvent() public méthode

public OnStreamEvent ( FluorineFx.Messaging.Rtmp.Event.Notify notify ) : void
notify FluorineFx.Messaging.Rtmp.Event.Notify
Résultat void

Play() public méthode

Plays media files.
public Play ( ) : void
Résultat void

ResultReceived() public méthode

public ResultReceived ( IPendingServiceCall call ) : void
call IPendingServiceCall
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void