This class is used for receiving live content. More...
Public Member Functions | |
| virtual void | Dispose () |
| Releases resources and signals that the client is done using this frame. | |
| void | Dispose (bool disposing) |
| This method does nothing and should never be called! | |
Properties | |
| DateTime | BeginTime [get, set] |
| The time stamp for the beginning of the content. | |
| byte[] | Content [get, set] |
| Contains the requested content. Be aware that this can be of zero length in certain cases, and should simply be ignored in that instance. | |
| double | CropHeight [get, set] |
| When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call. | |
| bool | CroppingDefined [get, set] |
| Is set to true if the returned content has been cropped. | |
| double | CropWidth [get, set] |
| When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call. | |
| double | CropX [get, set] |
| When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call. | |
| double | CropY [get, set] |
| When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call. | |
| object | CustomData [get, set] |
| Contains the CustomData set on the LiveSource (e.g. JPEGLiveSource). | |
| DateTime | EndTime [get, set] |
| The time stamp for the end of the content. This field is only relevant for audio data. | |
| virtual String | HardwareDecodingStatus [get, set] |
| Defines how the decoding of the current frame is performed. Values can be: 'hardware' - Decoded by GPU 'software' - Decoded by Intel Media SDK 'fallback' - Decoded by Intel Media SDK, even though it was requested to be Hardware (or Auto) 'ipp' - Decoded by Intel UMC | |
| int | Height [get] |
| Get the Height of the returned JPEG. 0 returned when height cannot be detected. | |
| Dictionary< String, string > | Properties [get, set] |
| Any additional properties containing information about the content. | |
| int | Width [get] |
| Get the width of the returned JPEG. 0 returned when width cannot be detected. | |
This class is used for receiving live content.
|
inlinevirtual |
Releases resources and signals that the client is done using this frame.
This method is not thread-safe!
Reimplemented in VideoOS.Platform.Live.LiveSourceBitmapContent.
|
inline |
This method does nothing and should never be called!
|
getset |
The time stamp for the beginning of the content.
|
getset |
Contains the requested content.
Be aware that this can be of zero length in certain cases, and should simply be ignored in that instance.
|
getset |
When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.
|
getset |
Is set to true if the returned content has been cropped.
|
getset |
When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.
|
getset |
When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.
|
getset |
When the CroppingDefined is true, this field contains the cropping definition. The definition contains the same values as used on the SetCropping call.
|
getset |
Contains the CustomData set on the LiveSource (e.g. JPEGLiveSource).
|
getset |
The time stamp for the end of the content. This field is only relevant for audio data.
|
getset |
Defines how the decoding of the current frame is performed.
Values can be:
'hardware' - Decoded by GPU
'software' - Decoded by Intel Media SDK
'fallback' - Decoded by Intel Media SDK, even though it was requested to be Hardware (or Auto)
'ipp' - Decoded by Intel UMC
|
get |
Get the Height of the returned JPEG. 0 returned when height cannot be detected.
|
getset |
Any additional properties containing information about the content.
|
get |
Get the width of the returned JPEG. 0 returned when width cannot be detected.