You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support duration and size in human readable format for the C media driver. This can be applied to properties for driver configuration and channel configuration.
Duration in nanoseconds that is converted for s, ms, us, ns, e.g. 5s -> 5 * 1000 * 1000 * 1000.
Size in units support k, m, and g for kilobytes, megabytes, and gigabytes respectively, e.g. 2m -> 2 * 1024 * 1024.
The text was updated successfully, but these errors were encountered:
Support duration and size in human readable format for the C media driver. This can be applied to properties for driver configuration and channel configuration.
Duration in nanoseconds that is converted for s, ms, us, ns, e.g. 5s -> 5 * 1000 * 1000 * 1000.
Size in units support k, m, and g for kilobytes, megabytes, and gigabytes respectively, e.g. 2m -> 2 * 1024 * 1024.
The text was updated successfully, but these errors were encountered: