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 |
Méthode | Description | |
---|---|---|
RaiseNetStatus ( ASObject info ) : void | ||
RaiseNetStatus ( |
||
RaiseNetStatus ( string message ) : void | ||
RaiseNetStatus ( string code, |
||
RaiseNetStreamAudio ( FluorineFx.Messaging.Rtmp.Event.AudioData audioData ) : void | ||
RaiseNetStreamVideo ( FluorineFx.Messaging.Rtmp.Event.VideoData videoData ) : void | ||
RaiseOnMetaData ( IDictionary obj ) : void | ||
RaiseOnPlayStatus ( IDictionary infoObject ) : void |
public DispatchEvent ( IEvent @event ) : void | ||
@event | IEvent | |
Résultat | void |
public NetStream ( NetConnection connection ) : log4net | ||
connection | NetConnection | A NetConnection object. |
Résultat | log4net |
public NetStream ( NetConnection connection, string peerId ) : log4net | ||
connection | NetConnection | A NetConnection object. |
peerId | string | Not available. |
Résultat | log4net |
public OnStreamEvent ( FluorineFx.Messaging.Rtmp.Event.Notify notify ) : void | ||
notify | FluorineFx.Messaging.Rtmp.Event.Notify | |
Résultat | void |
public ResultReceived ( IPendingServiceCall call ) : void | ||
call | IPendingServiceCall | |
Résultat | void |