C# Class VideoCache, RTSPExample

Mostra file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
frames List
path string

Public Methods

Method Description
VideoCache ( string filepath ) : System
startLoad ( ) : void

Method Details

VideoCache() public method

public VideoCache ( string filepath ) : System
filepath string
return System

startLoad() public method

public startLoad ( ) : void
return void

Property Details

frames public_oe property

public List frames
return List

path public_oe property

public string path
return string