| TextOverlay Class |
Namespace: Ozeki.Media
The TextOverlay type exposes the following members.
| Name | Description | |
|---|---|---|
| TextOverlay | Initializes a new instance of the TextOverlay class |
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
| Dispose(Boolean) |
Disposes the object.
(Inherited from DisposableClass.) | |
| Finalize | (Inherited from DisposableClass.) | |
| GetAllFormats | (Inherited from VideoHandler.) | |
| OnDataReceived | (Overrides VideoHandlerOnDataReceived(Object, VideoData).) | |
| ReceiverConnected |
This will be called when this object has been connected to a video receiver.
(Inherited from VideoHandler.) | |
| ReceiverDisconnected |
This will be called when this object has been disconnected from a video receiver.
(Inherited from VideoHandler.) | |
| SendData |
Sends media data to the connected audio handlers.
(Inherited from VideoHandler.) | |
| SenderConnected |
This will be called when a video sneder has been connected to this object.
(Inherited from VideoHandler.) | |
| SenderDisconnected |
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoHandler.) | |
| SetPreferredSendFormats | (Inherited from VideoHandler.) | |
| SetSupportedFormats |
Sets the video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) | |
| Start |
Starts the media.
| |
| Stop |
Stops the media.
|
| Name | Description | |
|---|---|---|
| Background |
The background of the text. Default is transparent.
| |
| Brush |
Font color of the text
| |
| Font |
Font type of the text
| |
| ID | (Inherited from DisposableClass.) | |
| IsRunning |
Gets the current VideoHandler is started or not
| |
| Position |
Position of the string on the screen
| |
| ReceiveFormats |
Gets a list of video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) | |
| Text |
Text to display on the video
| |
| X |
Gets the x coordinate of the position of the text
| |
| Y |
Gets the y coordinate of the position of the text
|
| Name | Description | |
|---|---|---|
| MediaDataSent |
Occurs when the video data is ready to send.
(Inherited from VideoHandler.) | |
| ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from VideoHandler.) |