Skip to main content
Version: 20 Mar 2024

Cea708CaptionEventInternal

Internal CEA708 Caption Event. MLCea708CaptionEvent from ml_media_cea708_caption.h .

Public Attributes

Object

Emitted CEA708 caption event specific data, based on the event type. If the type is Cea708CaptionEmitCommand.Buffer , Object will point to a null terminated string of maximum size MLCea708CaptionEmitCommandBufferMaxSize bytes. If the type is Cea708CaptionEmitCommand.Control , Object will point to one byte character. If the type is Cea708CaptionEmitCommand.CWX , Object will point to an integer. If the type is Cea708CaptionEmitCommand.CLW , Object will point to an integer. If the type is Cea708CaptionEmitCommand.DSW , Object will point to an integer. If the type is Cea708CaptionEmitCommand.HDW , Object will point to an integer. If the type is Cea708CaptionEmitCommand.TGW , Object will point to an integer. If the type is Cea708CaptionEmitCommand.DLW , Object will point to an integer. If the type is Cea708CaptionEmitCommand.DLY , Object will point to 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 point to Cea708CaptionPenAttr . If the type is Cea708CaptionEmitCommand.SPC , Object will point to Cea708CaptionPenColor . If the type is Cea708CaptionEmitCommand.SPL , Object will point to Cea708CaptionPenLocation . If the type is Cea708CaptionEmitCommand.SWA , Object will point to Cea708CaptionWindowAttr . If the type is Cea708CaptionEmitCommand.DFX , Object will point to Cea708CaptionWindow .


public IntPtr Object;


Type

Emitted CEA708 caption event type.


public Cea708CaptionEmitCommand Type;

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