C# 클래스 PeerCastStation.FLV.RTMP.RTMPOutputStreamFactory

상속: PeerCastStation.Core.OutputStreamFactoryBase
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
Create ( System input_stream, System output_stream, System remote_endpoint, AccessControlInfo access_control, System.Guid channel_id, byte header ) : IOutputStream
ParseChannelID ( byte header ) : Guid?
RTMPOutputStreamFactory ( PeerCastStation.Core.PeerCast peercast ) : System

메소드 상세

Create() 공개 메소드

public Create ( System input_stream, System output_stream, System remote_endpoint, AccessControlInfo access_control, System.Guid channel_id, byte header ) : IOutputStream
input_stream System
output_stream System
remote_endpoint System
access_control PeerCastStation.Core.AccessControlInfo
channel_id System.Guid
header byte
리턴 IOutputStream

ParseChannelID() 공개 메소드

public ParseChannelID ( byte header ) : Guid?
header byte
리턴 Guid?

RTMPOutputStreamFactory() 공개 메소드

public RTMPOutputStreamFactory ( PeerCastStation.Core.PeerCast peercast ) : System
peercast PeerCastStation.Core.PeerCast
리턴 System