C# 클래스 FluorineFx.Net.NetStream

상속: FluorineFx.Messaging.Rtmp.Stream.AbstractClientStream, IPendingServiceCallback, IEventDispatcher, INetStreamEventHandler
파일 보기 프로젝트 열기: jdecuyper/FluorineFx 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DispatchEvent() 공개 메소드

public DispatchEvent ( IEvent @event ) : void
@event IEvent
리턴 void

NetStream() 공개 메소드

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.
리턴 log4net

NetStream() 공개 메소드

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.
리턴 log4net

OnStreamEvent() 공개 메소드

public OnStreamEvent ( FluorineFx.Messaging.Rtmp.Event.Notify notify ) : void
notify FluorineFx.Messaging.Rtmp.Event.Notify
리턴 void

Play() 공개 메소드

Plays media files.
public Play ( ) : void
리턴 void

ResultReceived() 공개 메소드

public ResultReceived ( IPendingServiceCall call ) : void
call IPendingServiceCall
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void