VideoOS.Platform.Client.ImageDisplayedEventArgs Class Reference

For each image being displayed that argument is filled with the Image time, and passed to this class via the ImageDisplayedEvent. More...

Inheritance diagram for VideoOS.Platform.Client.ImageDisplayedEventArgs:

Properties

DateTime ImageTime [get, set]
 DateTime of the Image just being displayed. (In UTC format)
 
bool IsFlippedHorizontally [get, set]
 
bool IsFlippedVertically [get, set]
 
DateTime NextImageTime [get, set]
 The next image (In UTC format)
 
System.Drawing.Size OriginalImageSize [get, set]
 
DateTime PreviousImageTime [get, set]
 The previous image (In UTC format)
 
Rect VideoEffectArea [get, set]
 Rect defining the area that the VideoEffect (if applied) pixel shader shall work on. The pixel shader should only read pixels within this area and must only modify the pixels within this area.
 
System.Drawing.Size WindowSize [get, set]
 

Detailed Description

For each image being displayed that argument is filled with the Image time, and passed to this class via the ImageDisplayedEvent.

Property Documentation

◆ ImageTime

DateTime VideoOS.Platform.Client.ImageDisplayedEventArgs.ImageTime
getset

DateTime of the Image just being displayed. (In UTC format)

◆ IsFlippedHorizontally

bool VideoOS.Platform.Client.ImageDisplayedEventArgs.IsFlippedHorizontally
getset

◆ IsFlippedVertically

bool VideoOS.Platform.Client.ImageDisplayedEventArgs.IsFlippedVertically
getset

◆ NextImageTime

DateTime VideoOS.Platform.Client.ImageDisplayedEventArgs.NextImageTime
getset

The next image (In UTC format)

◆ OriginalImageSize

System.Drawing.Size VideoOS.Platform.Client.ImageDisplayedEventArgs.OriginalImageSize
getset

◆ PreviousImageTime

DateTime VideoOS.Platform.Client.ImageDisplayedEventArgs.PreviousImageTime
getset

The previous image (In UTC format)

◆ VideoEffectArea

Rect VideoOS.Platform.Client.ImageDisplayedEventArgs.VideoEffectArea
getset

Rect defining the area that the VideoEffect (if applied) pixel shader shall work on. The pixel shader should only read pixels within this area and must only modify the pixels within this area.

◆ WindowSize

System.Drawing.Size VideoOS.Platform.Client.ImageDisplayedEventArgs.WindowSize
getset