ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers baidu_media_type.h Source File

baidu_media_type.h

00001 // Copyright 2017 Baidu Inc. All Rights Reserved.
00002 // Author: Chen Xihao (chenxihao@baidu.com)
00003 //
00004 // Description: Media type
00005 
00006 #ifndef BAIDU_TINYDU_IOT_OS_SRC_MEDIA_BASE_BAIDU_MEDIA_TYPE_H
00007 #define BAIDU_TINYDU_IOT_OS_SRC_MEDIA_BASE_BAIDU_MEDIA_TYPE_H
00008 
00009 namespace duer {
00010 
00011 enum MediaType {
00012     TYPE_MP3,
00013     TYPE_AAC,
00014     TYPE_M4A,
00015     TYPE_WAV,
00016     TYPE_NULL
00017 };
00018 
00019 } // namespace duer
00020 
00021 #endif // BAIDU_TINYDU_IOT_OS_SRC_MEDIA_BASE_BAIDU_MEDIA_TYPE_H