C# Class Player.MulticastPlayer

Inheritance: ProgressiveMediaElement
Afficher le fichier Open project: kaltura/chromeless-silverlight

Méthodes publiques

Méthode Description
MulticastPlayer ( System.Windows.Controls.MediaElement element, string>.IDictionary initParams, System.Logger logger ) : System
Pause ( ) : void
Stop ( ) : void
getCurrentBufferLength ( ) : Double
stretchFill ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
IMediaElement ( ) : System.Collections.IDictionary
receiver_BeginJoinGroup ( string streamAddress, int streamPort ) : void
receiver_EndJoinGroup ( string streamAddress, int streamPort, bool isSuccessful, string errorStr ) : void
receiver_ReceivedFirstPacket ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MulticastPlayer() public méthode

public MulticastPlayer ( System.Windows.Controls.MediaElement element, string>.IDictionary initParams, System.Logger logger ) : System
element System.Windows.Controls.MediaElement
initParams string>.IDictionary
logger System.Logger
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

getCurrentBufferLength() public méthode

public getCurrentBufferLength ( ) : Double
Résultat Double

stretchFill() public méthode

public stretchFill ( ) : void
Résultat void