Skip to main content
Version: 20 Mar 2024

MLTTMLImage

Byte data for TTML image cues.

Public Methods

MLTTMLImage Create

Create and return an initialized version of this struct.

public static MLTTMLImage Create()

Returns: A new instance of this struct.


MLTTMLImage Create

public static MLTTMLImage Create(
IntPtr pointer,
uint bufferLength
)

Parameters

TypeNameDescription
IntPtrpointer
uintbufferLength

Public Attributes

Data

Byte data of the image.


public IntPtr Data;


Size

Image size in bytes.


public uint Size;