find Sources By Profile Version
open fun findSourcesByProfileVersion(sourceCollection: SourceCollection, profileVersion: String): Set<Source>
Find the Sources in the SourceCollection associated to the provided profile version. Currently this applies only to SourceCollection of typy HLS, and its profile version, for example EXT_X_VERSION_5 or EXT_X_VERSION_4.
The Set will be empty when no sources are found.
Return
the source set
Parameters
source Collection
the source collection
profile Version
the profile version