class AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc
TODO(https://fxbug.dev/318433705): more extensively test capture data pipeline methods
- SetPcmStreamType(AudioStreamType stream_type);
Also when already set, when packets submitted, when started, malformed StreamType
- CaptureAt(uint32 id, uint32 offset, uint32 num_frames)
-> (StreamPacket captured_packet);
Also when in async capture, before format set, before packets submitted
negative testing: bad id, bad offset, 0/tiny/huge num_frames
- StartAsyncCapture(uint32 frames_per_packet);
Also when already started, before format set, before packets submitted
negative testing: 0/tiny/huge frames_per_packet (bigger than packet)
- StopAsyncCapture() before format set, before packets submitted
- StopAsyncCaptureNoReply() same
- GetStreamType() -> (StreamType stream_type);
negative testing: before format set
Public Methods
void AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test ()
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc
void AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test (const AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test & )
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc
void AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test (AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test && )
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc
AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test & operator= (const AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test & )
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc
AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test & operator= (AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test && )
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc
void ~AudioCapturerErrorTestOldAPI_AddPayloadBufferBadIdShouldDisconnect_Test ()
Defined at line 53 of file ../../src/media/audio/audio_core/test/api/audio_capturer_error_test.cc