MLVideoType
class NatML.Types.MLVideoType : MLImageType
Creating the Type
From Video Info
/// <summary>
/// Create an video feature type.
/// </summary>
/// <param name="width">Video width.</param>
/// <param name="height">Video height.</param>
/// <param name="frames">Video frame count.</param>
MLVideoType (int width, int height, int frames);/// <summary>
/// Create an video feature type.
/// </summary>
/// <param name="width">Video width.</param>
/// <param name="height">Video height.</param>
/// <param name="frames">Video frame count.</param>
/// <param name="type">Video frame data type.</param>
MLVideoType (int width, int height, int frames, Type type);From a Video File
From a VideoClip
VideoClipFrom Streaming Assets
Inspecting the Type
Inspecting the Video
Video Width
Video Height
Video Channels
Video Frames
Pixel Layout
Last updated