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:OH_AudioCapturer
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/multimedia/audio_framework/audio_capturer/
H
A
D
native_audiocapturer.h
60
OH_AudioStream_Result OH_AudioCapturer_Release(
OH_AudioCapturer
* capturer);
74
OH_AudioStream_Result OH_AudioCapturer_Start(
OH_AudioCapturer
* capturer);
88
OH_AudioStream_Result OH_AudioCapturer_Pause(
OH_AudioCapturer
* capturer);
102
OH_AudioStream_Result OH_AudioCapturer_Stop(
OH_AudioCapturer
* capturer);
115
OH_AudioStream_Result OH_AudioCapturer_Flush(
OH_AudioCapturer
* capturer);
130
OH_AudioStream_Result OH_AudioCapturer_GetCurrentState(
OH_AudioCapturer
* capturer, OH_AudioStream_State* state);
143
OH_AudioStream_Result OH_AudioCapturer_GetLatencyMode(
OH_AudioCapturer
* capturer,
157
OH_AudioStream_Result OH_AudioCapturer_GetStreamId(
OH_AudioCapturer
* capturer, uint32_t* streamId);
172
OH_AudioStream_Result OH_AudioCapturer_GetSamplingRate(
OH_AudioCapturer
* capturer, int32_t* rate);
185
OH_AudioStream_Result OH_AudioCapturer_GetChannelCount(
OH_AudioCapturer
* capture
[all...]
/interface/sdk_c/multimedia/audio_framework/common/
H
A
D
native_audiostream_base.h
509
typedef struct OH_AudioCapturerStruct
OH_AudioCapturer
;
typedef
577
OH_AudioCapturer
* capturer,
589
OH_AudioCapturer
* capturer,
600
OH_AudioCapturer
* capturer,
612
OH_AudioCapturer
* capturer,
H
A
D
native_audiostreambuilder.h
295
OH_AudioCapturer
** audioCapturer);
Completed in 2 milliseconds