Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mimeType
(Results
1 - 8
of
8
) sorted by relevance
/interface/sdk_c/multimedia/media_foundation/
H
A
D
native_avformat.h
86
* @param
mimeType
mime type
90
* Possible failure causes: 1.
mimeType
is nullptr. 2. new format is nullptr.
94
struct OH_AVFormat *OH_AVFormat_CreateAudioFormat(const char *
mimeType
,
101
* @param
mimeType
mime type
105
* Possible failure causes: 1.
mimeType
is nullptr. 2. new format is nullptr.
109
struct OH_AVFormat *OH_AVFormat_CreateVideoFormat(const char *
mimeType
,
/interface/sdk_c/multimedia/drm_framework/
H
A
D
native_mediakeysystem.h
116
* @param
mimeType
Used to specifies the media type.
121
bool OH_MediaKeySystem_IsSupported2(const char *name, const char *
mimeType
);
125
* @param
mimeType
Used to specifies the media type.
131
bool OH_MediaKeySystem_IsSupported3(const char *name, const char *
mimeType
,
H
A
D
native_mediakeysession.h
254
* @param
mimeType
The media type.
263
const char *
mimeType
, bool *status);
/interface/sdk_c/distributeddatamgr/udmf/include/
H
A
D
utd.h
162
* @param
mimeType
Represents mime type
167
const char** OH_Utd_GetTypesByMimeType(const char*
mimeType
, unsigned int* count);
/interface/sdk_c/web/webview/interfaces/native/
H
A
D
arkweb_scheme_handler.h
840
* @param
mimeType
The mime type for the request.
847
int32_t OH_ArkWebResponse_SetMimeType(ArkWeb_Response* response, const char*
mimeType
);
852
* @param
mimeType
Return the response's mime type. This function will allocate memory for the mime type string and
858
void OH_ArkWebResponse_GetMimeType(const ArkWeb_Response* response, char**
mimeType
);
/interface/sdk_c/multimedia/drm_framework/common/
H
A
D
native_drm_common.h
260
char
mimeType
[MAX_MIMETYPE_LEN];
member
/interface/sdk_c/third_party/openSLES/api/1.0.1/
H
A
D
OpenSLES.h
315
SLchar *
mimeType
;
member
/interface/sdk_c/third_party/openSLES/api/1.0/
H
A
D
OpenSLES.h
315
SLchar *
mimeType
;
member
Completed in 13 milliseconds