VideoWriterWriterProperty Enumeration |
http://www.emgu.com
The VideoWriter property
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic enum WriterProperty
Public Enumeration WriterProperty
public enum class WriterProperty
Members
| Member name | Value | Description |
---|
| Quality | 1 |
Current quality (0..100%) of the encoded videostream. Can be adjusted dynamically in some codecs.
|
| Framebytes | 2 |
(Read-only): Size of just encoded video frame. Note that the encoding order may be different from representation order.
|
| NStripes | 3 |
Number of stripes for parallel encoding. -1 for auto detection.
|
See Also