C# Class VideoClient.ClientPlayer

Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
queue Queue

Protected Properties

Property Type Description
_isPlay bool
ur UdpRevicer

Public Methods

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

Method Details

ClientPlayer() public method

public ClientPlayer ( ) : System
return System

queryFrame() public method

public queryFrame ( ) : Image
return Image

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void

ur_Received() public method

public ur_Received ( UdpRevicer self, System arg2, byte data ) : void
self UdpRevicer
arg2 System
data byte
return void

Property Details

_isPlay protected property

protected bool _isPlay
return bool

queue public property

public Queue queue
return Queue

ur protected property

protected UdpRevicer ur
return UdpRevicer