Skip to main content
Version: 20 Mar 2024

MLCea708CaptionEvent

Module: Media Player

Cea708 Caption Event. More...

#include <ml_media_cea708_caption.h>

Public Attributes

TypeName
MLCea708CaptionEmitCommandtype
const void *obj
Emitted Cea708 caption event specific data, based on the event type.

Detailed Description

struct MLCea708CaptionEvent;

Cea708 Caption Event.

Deprecated

Deprecated since 1.4.0. Scheduled for removal.

API Level:

  • 8

Public Attributes Documentation

type

MLCea708CaptionEmitCommand type;
TypeDescription
MLCea708CaptionEmitCommandCea708 Caption Emit Commands constants.

Emitted Cea708 caption event type.


obj

const void * obj;

Emitted Cea708 caption event specific data, based on the event type.

If the type is MLCea708CaptionEmitCommand_Buffer, obj will point to a null terminated string of maximum size MLCea708CaptionEmitCommandBuffer_MaxSize bytes. If the type is MLCea708CaptionEmitCommand_Control, obj will point to one byte character. If the type is MLCea708CaptionEmitCommand_CWX, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_CLW, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_DSW, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_HDW, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_TGW, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_DLW, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_DLY, obj will point to an integer. If the type is MLCea708CaptionEmitCommand_DLC, obj will be NULL. If the type is MLCea708CaptionEmitCommand_RST, obj will be NULL. If the type is MLCea708CaptionEmitCommand_SPA, obj will point to MLCea708CaptionPenAttr. If the type is MLCea708CaptionEmitCommand_SPC, obj will point to MLCea708CaptionPenColor. If the type is MLCea708CaptionEmitCommand_SPL, obj will point to MLCea708CaptionPenLocation. If the type is MLCea708CaptionEmitCommand_SWA, obj will point to MLCea708CaptionWindowAttr. If the type is MLCea708CaptionEmitCommand_DFX, obj will point to MLCea708CaptionWindow.