Skip to main content
Version: 20 Mar 2024

Cea708CaptionEvent

CEA708 Caption Event.

Public Attributes

Data

Emitted CEA708 caption event specific data, based on the event type. If the type is Cea708CaptionEmitCommand.Buffer , Object will be a string. If the type is Cea708CaptionEmitCommand.Control , Object will be a byte. If the type is Cea708CaptionEmitCommand.CWX , Object will be an integer. If the type is Cea708CaptionEmitCommand.CLW , Object will be an integer. If the type is Cea708CaptionEmitCommand.DSW , Object will be an integer. If the type is Cea708CaptionEmitCommand.HDW , Object will be an integer. If the type is Cea708CaptionEmitCommand.TGW , Object will be an integer. If the type is Cea708CaptionEmitCommand.DLW , Object will be an integer. If the type is Cea708CaptionEmitCommand.DLY , Object will be an integer. If the type is Cea708CaptionEmitCommand.DLC , Object will be null. If the type is Cea708CaptionEmitCommand.RST , Object will be null. If the type is Cea708CaptionEmitCommand.SPA , Object will be a Cea708CaptionPenAttr . If the type is Cea708CaptionEmitCommand.SPC , Object will be a Cea708CaptionPenColor . If the type is Cea708CaptionEmitCommand.SPL , Object will be a Cea708CaptionPenLocation . If the type is Cea708CaptionEmitCommand.SWA , Object will be a Cea708CaptionWindowAttr . If the type is Cea708CaptionEmitCommand.DFX , Object will be a Cea708CaptionWindow .


public IntPtr Data;


Type

Emitted CEA708 caption event type.


public Cea708CaptionEmitCommand Type;

TypeDescription
Cea708CaptionEmitCommandCEA708 Caption Emit Commands constants. MLCea708CaptionEmitCommand from ml_media_cea708_caption.h .