[][src]Function srtp::get_version

pub fn get_version() -> u32

Returns the numeric representation of the libsrtp version.

Major and minor version number takes single byte, and the micro takes remaining two.

For example, version 2.3.0 yields 0x02_03_0000