Creates a BitmapSource object from received byte array.
| C# | Visual Basic | Visual C++ |
public class BitmapSourceProvider : ImageProvider<BitmapSource>
Public Class BitmapSourceProvider _ Inherits ImageProvider(Of BitmapSource)
public ref class BitmapSourceProvider : public ImageProvider<BitmapSource^>
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| BitmapSourceProvider()()()() |
Initializes a new instance of the BitmapSourceProvider class.
| |
| Converter |
Gets or sets the converter that makes conversion between byte array and image.
(Inherited from ImageProvider<(Of <(<'T>)>)>.) | |
| DataReceived(Object, VoIPEventArgs<(Of <<'(VideoData>)>>)) |
This will be called when media data received from a media handler.
(Inherited from ImageProvider<(Of <(<'T>)>)>.) | |
| DataSent |
Event that occurs when the data is ready to send.
(Inherited from VideoHandler.) | |
| Dispose()()()() |
Disposes the object.
(Inherited from VoIPMediaHandler.) | |
| Dispose(Boolean) |
Disposes the object.
(Inherited from VoIPMediaHandler.) | |
| Finalize()()()() | (Inherited from VoIPMediaHandler.) | |
| ImageReady | (Inherited from ImageProvider<(Of <(<'T>)>)>.) | |
| MediaFormat |
Gets the format of the media handler.
(Inherited from VideoHandler.) | |
| MediaFormatChanged |
Occurs when the MediaFormat of the media handler has changed.
(Inherited from VideoHandler.) | |
| OnImageReady(T) | (Inherited from ImageProvider<(Of <(<'T>)>)>.) | |
| ReinitConverter(VideoFormat) | (Overrides ImageProvider<(Of <(<'BitmapSource>)>)>.ReinitConverter(VideoFormat).) | |
| SendData(VideoData) |
Sends media data to the connected media handlers.
(Inherited from VideoHandler.) |
| Object | ||||
| VoIPMediaHandler | ||||
| VideoHandler | ||||
| ImageProvider<(Of <(<'BitmapSource>)>)> | ||||
| BitmapSourceProvider | ||||