C# Class RTMP.FlvStreamer

Show file Open project: Austech/RTMP-CSharp Class Usage Examples

Public Properties

Property Type Description
SendRate uint
TagsPerMessage byte
Video Flv

Public Methods

Method Description
FlvStreamer ( Flv vid = null ) : System
Reset ( ) : void
Restart ( ) : void
Start ( ) : void
Stop ( ) : void
Update ( Client clients ) : void

Method Details

FlvStreamer() public method

public FlvStreamer ( Flv vid = null ) : System
vid Flv
return System

Reset() public method

public Reset ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( Client clients ) : void
clients Client
return void

Property Details

SendRate public property

public uint SendRate
return uint

TagsPerMessage public property

public byte TagsPerMessage
return byte

Video public property

public Flv,RTMP Video
return Flv