C# Class VideoServer.RTPPlayer

ファイルを表示 Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
send_interval int
vc VideoCache

Public Methods

Method Description
RTPPlayer ( string host, int port, VideoCache vc ) : System
sendFrame ( ) : void
start ( ) : void
start ( int index ) : void
stop ( ) : void

Method Details

RTPPlayer() public method

public RTPPlayer ( string host, int port, VideoCache vc ) : System
host string
port int
vc VideoCache
return System

sendFrame() public method

public sendFrame ( ) : void
return void

start() public method

public start ( ) : void
return void

start() public method

public start ( int index ) : void
index int
return void

stop() public method

public stop ( ) : void
return void

Property Details

send_interval public_oe property

public int send_interval
return int

vc public_oe property

public VideoCache vc
return VideoCache