1*ccb06a4cSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*ccb06a4cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*ccb06a4cSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*ccb06a4cSAndrew Rist * distributed with this work for additional information 6*ccb06a4cSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*ccb06a4cSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*ccb06a4cSAndrew Rist * "License"); you may not use this file except in compliance 9*ccb06a4cSAndrew Rist * with the License. You may obtain a copy of the License at 10*ccb06a4cSAndrew Rist * 11*ccb06a4cSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*ccb06a4cSAndrew Rist * 13*ccb06a4cSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*ccb06a4cSAndrew Rist * software distributed under the License is distributed on an 15*ccb06a4cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*ccb06a4cSAndrew Rist * KIND, either express or implied. See the License for the 17*ccb06a4cSAndrew Rist * specific language governing permissions and limitations 18*ccb06a4cSAndrew Rist * under the License. 19*ccb06a4cSAndrew Rist * 20*ccb06a4cSAndrew Rist *************************************************************/ 21*ccb06a4cSAndrew Rist 22*ccb06a4cSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#define AVMEDIA_STR_PLAY 1024 25cdf0e10cSrcweir#define AVMEDIA_STR_PAUSE 1025 26cdf0e10cSrcweir#define AVMEDIA_STR_STOP 1026 27cdf0e10cSrcweir#define AVMEDIA_STR_ENDLESS 1027 28cdf0e10cSrcweir#define AVMEDIA_STR_ZOOM 1028 29cdf0e10cSrcweir#define AVMEDIA_STR_ZOOM_50 1029 30cdf0e10cSrcweir#define AVMEDIA_STR_ZOOM_100 1030 31cdf0e10cSrcweir#define AVMEDIA_STR_ZOOM_200 1031 32cdf0e10cSrcweir#define AVMEDIA_STR_ZOOM_FIT 1032 33cdf0e10cSrcweir#define AVMEDIA_STR_MUTE 1033 34cdf0e10cSrcweir#define AVMEDIA_STR_OPEN 1034 35cdf0e10cSrcweir#define AVMEDIA_STR_INSERT 1035 36cdf0e10cSrcweir#define AVMEDIA_STR_MEDIAPLAYER 1036 37cdf0e10cSrcweir 38cdf0e10cSrcweir#define AVMEDIA_IMG_OPEN 2048 39cdf0e10cSrcweir#define AVMEDIA_IMG_PLAY 2049 40cdf0e10cSrcweir#define AVMEDIA_IMG_PAUSE 2050 41cdf0e10cSrcweir#define AVMEDIA_IMG_STOP 2051 42cdf0e10cSrcweir#define AVMEDIA_IMG_ENDLESS 2052 43cdf0e10cSrcweir#define AVMEDIA_IMG_INSERT 2053 44cdf0e10cSrcweir#define AVMEDIA_IMG_MUTE 2054 45cdf0e10cSrcweir 46cdf0e10cSrcweir#define AVMEDIA_IMGLST 3072 47cdf0e10cSrcweir#define AVMEDIA_IMGLST_HC 3073 48cdf0e10cSrcweir#define AVMEDIA_IMGLST_L 3074 49cdf0e10cSrcweir#define AVMEDIA_IMGLST_L_HC 3075 50