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

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

Inheritance diagram for RemoteVideoContent:
VideoContent RawImageContent ContentType

Static Public Member Functions

static Frame CreateFrame (string url)
 Creates a frame with the remote video.
 

Public Attributes

string url
 The url of the video.
 

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 remote video content.

Member Function Documentation

◆ CreateFrame()

static Frame CreateFrame ( string url)
static

Creates a frame with the remote video.

Parameters
urlThe URL of the video.
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.