VideoOS.Platform.Live.LiveContentEventArgs Class Reference

The content of the eventArgs fired on the LiveContentEvent. More...

Inheritance diagram for VideoOS.Platform.Live.LiveContentEventArgs:
VideoOS.Platform.Live.BaseLiveContentEventArgs

Public Attributes

Exception Exception
 If any errors have occurred internally or for the communication to a recording server, this field is filled with the exception.
It is null, when no exception has occurred.
 
LiveSourceContent LiveContent
 See the specific LiveSource implementation for documentation.
When exceptions has occurred, this field is null;.
 
- Public Attributes inherited from VideoOS.Platform.Live.BaseLiveContentEventArgs
Exception Exception
 Overshadowed by implementations in each subclass. Only kept here for backwards compatibility.
 

Detailed Description

The content of the eventArgs fired on the LiveContentEvent.

Member Data Documentation

◆ Exception

Exception VideoOS.Platform.Live.LiveContentEventArgs.Exception

If any errors have occurred internally or for the communication to a recording server, this field is filled with the exception.
It is null, when no exception has occurred.

◆ LiveContent

LiveSourceContent VideoOS.Platform.Live.LiveContentEventArgs.LiveContent

See the specific LiveSource implementation for documentation.
When exceptions has occurred, this field is null;.