控制媒体服务整体的启停
#include "MediaSystem.hpp"
◆ CreateMedia()
| static ErrCodeE Emx::MediaSystem::CreateMedia |
( |
| ) |
|
|
static |
◆ DestroyMedia()
| static ErrCodeE Emx::MediaSystem::DestroyMedia |
( |
| ) |
|
|
static |
◆ SwitchScene()
| static ErrCodeE Emx::MediaSystem::SwitchScene |
( |
const char * |
scene | ) |
|
|
static |
◆ SwitchSceneTemp()
| static ErrCodeE Emx::MediaSystem::SwitchSceneTemp |
( |
const char * |
scene | ) |
|
|
static |
◆ GetScene()
| static ErrCodeE Emx::MediaSystem::GetScene |
( |
std::string & |
scene | ) |
|
|
static |
◆ GetChipInfo()
| static ErrCodeE Emx::MediaSystem::GetChipInfo |
( |
std::string & |
info | ) |
|
|
static |
- 参数
-
| info | [out] 返回芯片信息 json string,固定格式如下: { "chipType": "SSC377QE", "chipId": "xxxxxxxx", "chipProductionDate": "2024-08-16", "chipProductionTime": "15:45:00", "chipSdkVersion": "V1.2.0" } |
- 返回
- ErrCodeE