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:mutedMediaType
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
player.h
48
OHOS::Media::MediaType
mutedMediaType
= OHOS::Media::MediaType::MEDIA_TYPE_MAX_COUNT;
member
626
*
mutedMediaType
: The mediaType to be muted before play, which is of the MediaType type,
/foundation/multimedia/player_framework/frameworks/js/common/
H
A
D
common_napi.cpp
262
if (!GetPropertyInt32(env, value, "
mutedMediaType
", playStrategy.
mutedMediaType
)) {
in GetPlayStrategy()
263
playStrategy.
mutedMediaType
= MediaType::MEDIA_TYPE_MAX_COUNT; // use default value
in GetPlayStrategy()
H
A
D
common_napi.h
359
int32_t
mutedMediaType
= static_cast<int32_t>(MediaType::MEDIA_TYPE_MAX_COUNT);
member
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_napi.cpp
1389
if (strategyTmp.
mutedMediaType
!= MediaType::MEDIA_TYPE_AUD) {
in JsSetPlaybackStrategy()
1397
.
mutedMediaType
= static_cast<MediaType>(strategyTmp.
mutedMediaType
),
in JsSetPlaybackStrategy()
/foundation/multimedia/player_framework/services/services/player/ipc/
H
A
D
player_service_stub.cpp
1066
.
mutedMediaType
= static_cast<OHOS::Media::MediaType>(data.ReadInt32())
in SetPlaybackStrategy()
H
A
D
player_service_proxy.cpp
959
(void)data.WriteInt32(static_cast<int32_t>(playbackStrategy.
mutedMediaType
));
in SetPlaybackStrategy()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.cpp
2951
mutedMediaType_ = playbackStrategy.
mutedMediaType
;
in SetPlaybackStrategy()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H
A
D
player_unit_test.cpp
3876
.
mutedMediaType
= OHOS::Media::MediaType::MEDIA_TYPE_AUD
in HWTEST_F()
Completed in 41 milliseconds