Skip to main content

gstreamer_tag/
license.rs

1// Take a look at the license at the top of the repository in the LICENSE file.
2
3pub use crate::TagLicenseFlags as LicenseFlags;
4
5pub use crate::functions::{
6    tag_get_license_description as description, tag_get_license_flags as flags,
7    tag_get_license_jurisdiction as jurisdiction, tag_get_license_nick as nick,
8    tag_get_license_title as title, tag_get_license_version as version,
9    tag_get_licenses as all_licenses,
10};