Copyright © 2008 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
famfamfam
I want to query the system to get all my entries which are either videos, images or audios.
In the following code it's quite easy to select only one media type but how to select multiple ones ?
Any help would be appreciated.
Thanks.
You can use inMediaType
$K_filter->inMediaType = implode(","$types);