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
Type | Name | Description |
---|---|---|
IntPtr | pointer | |
uint | bufferLength |
Public Attributes
Data
Byte data of the image.
public IntPtr Data;
Size
Image size in bytes.
public uint Size;