. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_ITunesSyndicationFeedCategories { const ARTS = "Arts"; const ARTS_DESIGN = "Arts/Design"; const ARTS_FASHION_BEAUTY = "Arts/Fashion & Beauty"; const ARTS_FOOD = "Arts/Food"; const ARTS_LITERATURE = "Arts/Literature"; const ARTS_PERFORMING_ARTS = "Arts/Performing Arts"; const ARTS_VISUAL_ARTS = "Arts/Visual Arts"; const BUSINESS = "Business"; const BUSINESS_BUSINESS_NEWS = "Business/Business News"; const BUSINESS_CAREERS = "Business/Careers"; const BUSINESS_INVESTING = "Business/Investing"; const BUSINESS_MANAGEMENT_MARKETING = "Business/Management & Marketing"; const BUSINESS_SHOPPING = "Business/Shopping"; const COMEDY = "Comedy"; const EDUCATION = "Education"; const EDUCATION_TECHNOLOGY = "Education/Education Technology"; const EDUCATION_HIGHER_EDUCATION = "Education/Higher Education"; const EDUCATION_K_12 = "Education/K-12"; const EDUCATION_LANGUAGE_COURSES = "Education/Language Courses"; const EDUCATION_TRAINING = "Education/Training"; const GAMES_HOBBIES = "Games & Hobbies"; const GAMES_HOBBIES_AUTOMOTIVE = "Games & Hobbies/Automotive"; const GAMES_HOBBIES_AVIATION = "Games & Hobbies/Aviation"; const GAMES_HOBBIES_HOBBIES = "Games & Hobbies/Hobbies"; const GAMES_HOBBIES_OTHER_GAMES = "Games & Hobbies/Other Games"; const GAMES_HOBBIES_VIDEO_GAMES = "Games & Hobbies/Video Games"; const GOVERNMENT_ORGANIZATIONS = "Government & Organizations"; const GOVERNMENT_ORGANIZATIONS_LOCAL = "Government & Organizations/Local"; const GOVERNMENT_ORGANIZATIONS_NATIONAL = "Government & Organizations/National"; const GOVERNMENT_ORGANIZATIONS_NON_PROFIT = "Government & Organizations/Non-Profit"; const GOVERNMENT_ORGANIZATIONS_REGIONAL = "Government & Organizations/Regional"; const HEALTH = "Health"; const HEALTH_ALTERNATIVE_HEALTH = "Health/Alternative Health"; const HEALTH_FITNESS_NUTRITION = "Health/Fitness & Nutrition"; const HEALTH_SELF_HELP = "Health/Self-Help"; const HEALTH_SEXUALITY = "Health/Sexuality"; const KIDS_FAMILY = "Kids & Family"; const MUSIC = "Music"; const NEWS_POLITICS = "News & Politics"; const RELIGION_SPIRITUALITY = "Religion & Spirituality"; const RELIGION_SPIRITUALITY_BUDDHISM = "Religion & Spirituality/Buddhism"; const RELIGION_SPIRITUALITY_CHRISTIANITY = "Religion & Spirituality/Christianity"; const RELIGION_SPIRITUALITY_HINDUISM = "Religion & Spirituality/Hinduism"; const RELIGION_SPIRITUALITY_ISLAM = "Religion & Spirituality/Islam"; const RELIGION_SPIRITUALITY_JUDAISM = "Religion & Spirituality/Judaism"; const RELIGION_SPIRITUALITY_OTHER = "Religion & Spirituality/Other"; const RELIGION_SPIRITUALITY_SPIRITUALITY = "Religion & Spirituality/Spirituality"; const SCIENCE_MEDICINE = "Science & Medicine"; const SCIENCE_MEDICINE_MEDICINE = "Science & Medicine/Medicine"; const SCIENCE_MEDICINE_NATURAL_SCIENCES = "Science & Medicine/Natural Sciences"; const SCIENCE_MEDICINE_SOCIAL_SCIENCES = "Science & Medicine/Social Sciences"; const SOCIETY_CULTURE = "Society & Culture"; const SOCIETY_CULTURE_HISTORY = "Society & Culture/History"; const SOCIETY_CULTURE_PERSONAL_JOURNALS = "Society & Culture/Personal Journals"; const SOCIETY_CULTURE_PHILOSOPHY = "Society & Culture/Philosophy"; const SOCIETY_CULTURE_PLACES_TRAVEL = "Society & Culture/Places & Travel"; const SPORTS_RECREATION = "Sports & Recreation"; const SPORTS_RECREATION_AMATEUR = "Sports & Recreation/Amateur"; const SPORTS_RECREATION_COLLEGE_HIGH_SCHOOL = "Sports & Recreation/College & High School"; const SPORTS_RECREATION_OUTDOOR = "Sports & Recreation/Outdoor"; const SPORTS_RECREATION_PROFESSIONAL = "Sports & Recreation/Professional"; const TV_FILM = "TV & Film"; const TECHNOLOGY = "Technology"; const TECHNOLOGY_GADGETS = "Technology/Gadgets"; const TECHNOLOGY_PODCASTING = "Technology/Podcasting"; const TECHNOLOGY_SOFTWARE_HOW_TO = "Technology/Software How-To"; const TECHNOLOGY_TECH_NEWS = "Technology/Tech News"; }