[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public MediaList new_intersection (MediaList sourceTwo)
Warning: new_intersection is deprecated since 0.2.2.
Construct a new media list that is filled with only the medias that are present in both this and
sourceTwo
.
Use new_intersection instead.
this |
the first media list to copy |
sourceTwo |
the second media list to copy |
an intersection of the two media lists |