[][src]Function h264_profile_level_id::is_same_profile

pub fn is_same_profile(
    local_profile_level_id: Option<&str>,
    remote_profile_level_id: Option<&str>
) -> Option<(ProfileLevelId, ProfileLevelId)>

Returns Some with parsed profiles if string profile-level-id correspond to the same H264 profile (Baseline, High, etc).