Smart Gallery v1.1
 
Loading...
Searching...
No Matches
LocalVideoContent Class Reference

The class for displaying local video content. More...

Inheritance diagram for LocalVideoContent:
VideoContent RawImageContent ContentType

Static Public Member Functions

static Frame CreateFrame (VideoClip videoClip)
 Creates a frame with the video clip.
 

Public Attributes

VideoClip videoClip
 The video clip of the content.
 

Protected Member Functions

override void LoadContentData (Content content)
 Loads the data of the content.
 
override bool ValidateProperties ()
 Validates the properties of the content.
 

Properties

override string name [get]
 The name of the content type.
 

Additional Inherited Members

Detailed Description

The class for displaying local video content.

Member Function Documentation

◆ CreateFrame()

static Frame CreateFrame ( VideoClip videoClip)
static

Creates a frame with the video clip.

Parameters
videoClipThe video clip.
Returns
The frame.

◆ LoadContentData()

override void LoadContentData ( Content content)
protected

Loads the data of the content.

Parameters
contentThe content.

◆ ValidateProperties()

override bool ValidateProperties ( )
protected

Validates the properties of the content.

Returns
Whether the properties are valid.