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