Click or drag to resize

TextOverlay Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    VideoHandler
      TextOverlayBase
        Ozeki.MediaTextOverlay

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class TextOverlay : TextOverlayBase

The TextOverlay type exposes the following members.

Constructors
 NameDescription
Public methodTextOverlayInitializes a new instance of the TextOverlay class
Top
Properties
 NameDescription
Public propertyFont Font type of the text
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from VideoHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodGetAllFormats
(Inherited from VideoHandler)
Public methodOnDataReceived
(Inherited from TextOverlayBase)
Protected methodProcessWithPosition
(Overrides TextOverlayBase.ProcessWithPosition(VideoData))
Protected methodReceiverConnected
(Inherited from VideoHandler)
Protected methodReceiverDisconnected
(Inherited from VideoHandler)
Protected methodSendData
(Inherited from VideoHandler)
Protected methodSenderConnected
(Inherited from VideoHandler)
Protected methodSenderDisconnected
(Inherited from VideoHandler)
Protected methodSetPosition
(Inherited from TextOverlayBase)
Public methodSetPreferredSendFormats
(Inherited from VideoHandler)
Protected methodSetSupportedFormats
(Inherited from VideoHandler)
Public methodStart
(Inherited from TextOverlayBase)
Public methodStop
(Inherited from TextOverlayBase)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from VideoHandler)
Public eventReceiveFormatsChanged
(Inherited from VideoHandler)
Top
Fields
 NameDescription
Public fieldBackground The background of the text. Default is transparent.
Public fieldBrush Font color of the text
Public fieldEnableDateTime
(Inherited from TextOverlayBase)
Public fieldPosition
(Inherited from TextOverlayBase)
Public fieldText
(Inherited from TextOverlayBase)
Public fieldX
(Inherited from TextOverlayBase)
Public fieldY
(Inherited from TextOverlayBase)
Top
See Also