RoRegex Dash Manifest VideoQuality Extraction

I need to extract Video quality from Dash manifest string.

For Example:-

<MPD xmlns=“urn:mpeg:dash:schema:mpd:2011” xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"minBufferTime=“PT1.5S”>

6332da63a8c9108ea_dash_smil.smil 426x240/ 640x360/ 854x480/ 1280x720/ 48000_eng_1/ 96000_eng_1/ 128000_eng_1/

What part of that are you referring to as the “Video quality”? The bandwidth? The size?

I was referring to the bandwidth.This issue I resolved using XmlElement.

I created objects using Xmlelement node from this dash content and fetched the bandwidth attributes.