. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_TubeMogulSyndicationFeedCategories { const ANIMALS_AND_PETS = "Animals & Pets"; const ARTS_AND_ANIMATION = "Arts & Animation"; const AUTOS = "Autos"; const COMEDY = "Comedy"; const COMMERCIALS_PROMOTIONAL = "Commercials/Promotional"; const ENTERTAINMENT = "Entertainment"; const FAMILY_AND_KIDS = "Family & Kids"; const HOW_TO_INSTRUCTIONAL_DIY = "How To/Instructional/DIY"; const MUSIC = "Music"; const NEWS_AND_BLOGS = "News & Blogs"; const SCIENCE_AND_TECHNOLOGY = "Science & Technology"; const SPORTS = "Sports"; const TRAVEL_AND_PLACES = "Travel & Places"; const VIDEO_GAMES = "Video Games"; const VLOGS_PEOPLE = "Vlogs & People"; }