Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for human readable properties to the native driver #603

Closed
mjpt777 opened this issue Dec 28, 2018 · 0 comments
Closed

Add support for human readable properties to the native driver #603

mjpt777 opened this issue Dec 28, 2018 · 0 comments

Comments

@mjpt777
Copy link
Contributor

mjpt777 commented Dec 28, 2018

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.

mjpt777 added a commit that referenced this issue Jan 6, 2019
mjpt777 added a commit that referenced this issue Jan 13, 2019
@mjpt777 mjpt777 closed this as completed Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant