C# Class RTMP.FlvStreamer

Afficher le fichier Open project: Austech/RTMP-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
SendRate uint
TagsPerMessage byte
Video Flv

Méthodes publiques

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

Method Details

FlvStreamer() public méthode

public FlvStreamer ( Flv vid = null ) : System
vid Flv
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( Client clients ) : void
clients Client
Résultat void

Property Details

SendRate public_oe property

public uint SendRate
Résultat uint

TagsPerMessage public_oe property

public byte TagsPerMessage
Résultat byte

Video public_oe property

public Flv,RTMP Video
Résultat Flv