Home
last modified time | relevance | path

Searched refs:sourcetype (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/interfaces/inner_api/native/
Dscreen_capture.h126 : buffer(std::move(buf)), length(size), timestamp(timestamp), sourcetype(type) in AudioBuffer()
141 AudioCaptureSourceType sourcetype; member
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
Dscreen_capture_unit_test.cpp42 … << audioBuffer->timestamp << ", audioSourceType:" << audioBuffer->sourcetype << endl; in OnAudioBufferAvailable()
196 << audioBuffer->sourcetype << endl; in AudioLoop()
222 << audioBuffer->sourcetype << endl; in AudioLoopWithoutRelease()
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
Dscreen_capture_service_stub.cpp283 reply.WriteInt32(audioBuffer->sourcetype); in AcquireAudioBuffer()
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
Dnative_avscreen_capture.cpp210 (*audiobuffer)->type = static_cast<OH_AudioCaptureSourceType>(aBuffer->sourcetype); in OH_AVScreenCapture_AcquireAudioBuffer()