C# 클래스 HCS_Encoder.Outputs.SmoothStream.IisPointCreator

Generates and uploads ISML files to the given Uri. Uses WebDAV, which must be enabled on the receiving server.
The .isml file is placed in the web directory, and controls a publish point.
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
autoResetEvent System.Threading.AutoResetEvent

공개 메소드들

메소드 설명
CreatePoint ( ) : void

Tries to write a publishing point to the destination server, first by FTP then by WebDAV.

CreatePoint_FTP ( ) : void

Write the file to the destination server, using FTP (if WebDAV isn't available)

CreatePoint_WebDAV ( ) : void

Write the file to the destination server.

IisPointCreator ( Uri Destination, string PointName ) : System

Prepare a SMIL generator for the given Uri and Point name. The Uri must have the correct username and password specified, in the form http://user:[email protected]/Path/

보호된 메소드들

메소드 설명
c_UploadComplete ( int statusCode, object state ) : void

비공개 메소드들

메소드 설명
Generate ( ) : byte[]

Create a SMIL document with the details provided.

WriteMeta ( XmlWriter xml, string name, string value ) : void

메소드 상세

CreatePoint() 공개 메소드

Tries to write a publishing point to the destination server, first by FTP then by WebDAV.
public CreatePoint ( ) : void
리턴 void

CreatePoint_FTP() 공개 메소드

Write the file to the destination server, using FTP (if WebDAV isn't available)
public CreatePoint_FTP ( ) : void
리턴 void

CreatePoint_WebDAV() 공개 메소드

Write the file to the destination server.
public CreatePoint_WebDAV ( ) : void
리턴 void

IisPointCreator() 공개 메소드

Prepare a SMIL generator for the given Uri and Point name. The Uri must have the correct username and password specified, in the form http://user:[email protected]/Path/
public IisPointCreator ( Uri Destination, string PointName ) : System
Destination System.Uri
PointName string
리턴 System

c_UploadComplete() 보호된 메소드

protected c_UploadComplete ( int statusCode, object state ) : void
statusCode int
state object
리턴 void

프로퍼티 상세

autoResetEvent 보호되어 있는 프로퍼티

protected AutoResetEvent,System.Threading autoResetEvent
리턴 System.Threading.AutoResetEvent