Ozeki VoIP SDK Class library
BitmapSourceProvider Class
NamespacesOzeki.Media.MediaHandlers.VideoBitmapSourceProvider
Creates a BitmapSource object from received byte array.
Declaration Syntax
C#Visual BasicVisual C++
public class BitmapSourceProvider : ImageProvider<BitmapSource>
Public Class BitmapSourceProvider _
	Inherits ImageProvider(Of BitmapSource)
public ref class BitmapSourceProvider : public ImageProvider<BitmapSource^>
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
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.)
Inheritance Hierarchy
Object
VoIPMediaHandler
 VideoHandler
  ImageProvider<(Of <(<'BitmapSource>)>)>
   BitmapSourceProvider

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243