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
Type | Name | Description |
---|---|---|
byte [] | outBuffer | |
uint | imageSize |