Skip to main content
Version: 20 Mar 2024

MLTTMLImage

Byte data for TTML image cues.

Public Fields

Data

Byte data of the image.


public byte [] Data { get; set; }


Size

Image size in bytes.


public uint Size { get; set; }


Public Methods

MLTTMLImage Create

Create and return an initialized version of this struct.

public static MLTTMLImage Create()

MLTTMLImage Create

public static MLTTMLImage Create(
byte [] outBuffer,
uint imageSize
)

Parameters

TypeNameDescription
byte []outBuffer
uintimageSize