C# Класс Yodiwo.Media.Video.Sink.MjpegServer.MjpegServer

Provides a streaming server that can be used to stream any images source to any client.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsRunning bool
Port int

Открытые методы

Метод Описание
CreateVideoFeed ( string videoFeedName ) : VideoFeed
DestroyVideoFeed ( VideoFeed videofeed ) : void
DestroyVideoFeed ( string videoFeedName ) : void
Dispose ( ) : void
MjpegServer ( int Port = 5859 ) : System
Start ( ) : void

Starts the server to accepts any new connections on the specified port.

Stop ( ) : void

Приватные методы

Метод Описание
ClientThread ( object client ) : void
ServerThread ( object port ) : void

This the main thread of the server that serves all the new connections from clients.

Описание методов

CreateVideoFeed() публичный Метод

public CreateVideoFeed ( string videoFeedName ) : VideoFeed
videoFeedName string
Результат VideoFeed

DestroyVideoFeed() публичный Метод

public DestroyVideoFeed ( VideoFeed videofeed ) : void
videofeed VideoFeed
Результат void

DestroyVideoFeed() публичный Метод

public DestroyVideoFeed ( string videoFeedName ) : void
videoFeedName string
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

MjpegServer() публичный Метод

public MjpegServer ( int Port = 5859 ) : System
Port int
Результат System

Start() публичный Метод

Starts the server to accepts any new connections on the specified port.
public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

Описание свойств

IsRunning публичное свойство

public bool IsRunning
Результат bool

Port публичное свойство

public int Port
Результат int