Home
last modified time | relevance | path

Searched refs:AVSession_Type (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/interfaces/kits/c/
H A Dnative_avsession.h77 } AVSession_Type; typedef
339 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag,
390 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType);
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H A DOHAVSession.h33 OHAVSession(AVSession_Type sessionType, const char* sessionTag,
73 std::unordered_map<std::string, AVSession_Type> avsessionTypes = {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/
H A D_o_h_a_v_session.md58 | [AVSession_Type](#avsession_type) {<br/>SESSION_TYPE_AUDIO = 0,<br/>SESSION_TYPE_VIDEO = 1,<br/>S…
88 …e](#avsession_errcode) [OH_AVSession_Create](#oh_avsession_create) ([AVSession_Type](#avsession_ty…
92 …session_getsessiontype) ([OH_AVSession](#oh_avsession) \*avsession, [AVSession_Type](#avsession_ty…
414 ### AVSession_Type subsection
417 enum AVSession_Type
1039 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag, const cha…
1052 | sessionType | 会话类型[AVSession_Type](#avsession_type)。 |
1172 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType)
H A Dnative__avsession_8h.md48 | [AVSession_Type](_o_h_a_v_session.md#avsession_type) {<br/>SESSION_TYPE_AUDIO = 0,<br/>SESSION_TY…
59 …de) [OH_AVSession_Create](_o_h_a_v_session.md#oh_avsession_create) ([AVSession_Type](_o_h_a_v_sess…
63 …ype) ([OH_AVSession](_o_h_a_v_session.md#oh_avsession) \*avsession, [AVSession_Type](_o_h_a_v_sess…
/ohos5.0/docs/zh-cn/application-dev/media/avsession/
H A Dusing-ohavsession-developer.md26 1. 创建会话并激活媒体,需要传入会话类型`AVSession_Type`,自定义的TAG,以及应用的包名、ability名字。
33 `AVSession_Type`包含如下四种类型:
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Dnative__avsession_8h.md48 | [AVSession_Type](_o_h_a_v_session.md#avsession_type) {<br>SESSION_TYPE_AUDIO = 0,<br>SESSION_TYPE…
59 …de) [OH_AVSession_Create](_o_h_a_v_session.md#oh_avsession_create) ([AVSession_Type](_o_h_a_v_sess…
63 …ype) ([OH_AVSession](_o_h_a_v_session.md#oh_avsession) \*avsession, [AVSession_Type](_o_h_a_v_sess…
H A D_o_h_a_v_session.md58 | [AVSession_Type](#avsession_type) {<br>SESSION_TYPE_AUDIO = 0,<br>SESSION_TYPE_VIDEO = 1,<br>SESS…
88 …e](#avsession_errcode) [OH_AVSession_Create](#oh_avsession_create) ([AVSession_Type](#avsession_ty…
92 …session_getsessiontype) ([OH_AVSession](#oh_avsession) \*avsession, [AVSession_Type](#avsession_ty…
414 ### AVSession_Type subsection
417 enum AVSession_Type
1039 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag, const cha…
1052 | sessionType | Session type. For details about the available options, see [AVSession_Type](#avsess…
1172 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType)
/ohos5.0/docs/en/application-dev/media/avsession/
H A Dusing-ohavsession-developer.md26 …ivate the media. Specifically, pass the session type (specified by **AVSession_Type**), custom tag…
33 **AVSession_Type** can be set to any of the following types:
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSession.cpp29 OHAVSession::OHAVSession(AVSession_Type sessionType, const char* sessionTag, in OHAVSession()
337 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag, in OH_AVSession_Create()
394 AVSession_ErrCode OH_AVSession_GetSessionType(OH_AVSession* avsession, AVSession_Type* sessionType) in OH_AVSession_GetSessionType()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/
H A Doh_av_session_test.cpp130 AVSession_Type sessionType;