C# Class VideoClient.ClientPlayer

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
queue Queue

Protected Properties

Свойство Type Description
_isPlay bool
ur UdpRevicer

Méthodes publiques

Méthode Description
ClientPlayer ( ) : System
queryFrame ( ) : Image
start ( ) : void
stop ( ) : void
ur_Received ( UdpRevicer self, System arg2, byte data ) : void

Method Details

ClientPlayer() public méthode

public ClientPlayer ( ) : System
Résultat System

queryFrame() public méthode

public queryFrame ( ) : Image
Résultat Image

start() public méthode

public start ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

ur_Received() public méthode

public ur_Received ( UdpRevicer self, System arg2, byte data ) : void
self UdpRevicer
arg2 System
data byte
Résultat void

Property Details

_isPlay protected_oe property

protected bool _isPlay
Résultat bool

queue public_oe property

public Queue queue
Résultat Queue

ur protected_oe property

protected UdpRevicer ur
Résultat UdpRevicer