Enum VideoRendererImageType
Enumerates the different Video renderer image types.
Namespace: Unosquare.FFME.Common
Syntax
public enum VideoRendererImageType
Fields
| Name | Description |
|---|---|
| InteropBitmap | Useas the faster, non tear-free InteropBitmap; |
| WriteableBitmap | Uses a tear-free WriteableBitmap. |