C# Class Player.MulticastPlayer

Inheritance: ProgressiveMediaElement
Datei anzeigen Open project: kaltura/chromeless-silverlight

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MulticastPlayer() public method

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
return System

Pause() public method

public Pause ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

getCurrentBufferLength() public method

public getCurrentBufferLength ( ) : Double
return Double

stretchFill() public method

public stretchFill ( ) : void
return void