Class RenderingVideoEventArgs
The video rendering event arguments.
Inherited Members
Namespace: Unosquare.FFME.Common
Syntax
public sealed class RenderingVideoEventArgs : RenderingEventArgs
Properties
Bitmap
Gets the writable bitmap filled with the video frame pixels. Feel free to capture or change this buffer.
Declaration
public BitmapDataBuffer Bitmap { get; }
Property Value
Type | Description |
---|---|
BitmapDataBuffer |
ClosedCaptions
Gets the closed caption decoded packets.
Declaration
public IReadOnlyList<ClosedCaptionPacket> ClosedCaptions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ClosedCaptionPacket> |
PictureNumber
Gets the display picture number (frame number). If not set by the decoder, this attempts to obtain it by dividing the start time by the frame duration.
Declaration
public long PictureNumber { get; }
Property Value
Type | Description |
---|---|
Int64 |
PictureType
Gets the picture type.
Declaration
public AVPictureType PictureType { get; }
Property Value
Type | Description |
---|---|
AVPictureType |
SmtpeTimeCode
Gets the SMTPE time code.
Declaration
public string SmtpeTimeCode { get; }
Property Value
Type | Description |
---|---|
String |