Added SampleRate metadata parsing
This commit is contained in:
parent
0ff432ea4e
commit
bbbe6164dc
|
@ -355,6 +355,10 @@ namespace MediaBrowser.Controller.Xml
|
|||
stream.IsDefault = reader.ReadElementContentAsString() == "True";
|
||||
break;
|
||||
|
||||
case "SamplingRate":
|
||||
stream.SampleRate = reader.ReadIntSafe();
|
||||
break;
|
||||
|
||||
case "BitRate":
|
||||
stream.BitRate = reader.ReadIntSafe();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user