#include <djv_iw44encoder.h>
Public Attributes | |
| size_t | slices |
| size_t | bytes |
IW44Encoder uses this parameters internally. You can also specify explictily this parameters by passing to create in the form of SimpleArray.
Definition at line 93 of file djv_iw44encoder.h.
Slice target. Data generation for the current encoding stops if the number of slices in this encoding reaches value slices. The default value 0 has a special meaning: data will be generated regardless of the number of slices in the file.
Definition at line 102 of file djv_iw44encoder.h.
Size target. Data generation for the current encoding stops if the data size in this encoding reaches value bytes. Please note that the size of the data will be equal to bytes or larger than that. The default value 0 has a special meaning: data will be generated regardless of the file size.
Definition at line 112 of file djv_iw44encoder.h.