|
Agora Java API Reference for Android
|
Public Types | |
| enum | CapturerMode { kUnspecified = 0, kScreenCaptureKit = 10, kCoreGraphic = 11, kAVFoundation = 12 } |
| enum | CaptureType { CaptureWindow, CaptureScreen } |
Public Attributes | |
| CaptureType | type |
| Rectangle | screen_rect |
| Rectangle | region_offset |
| int64_t | display_id |
| view_t | window_id |
| bool | window_focused |
| bool | disable_avf |
| CapturerMode | capturerMode = CapturerMode::kUnspecified |
| bool | captureAudio = false |
| int | audio_channel_count = 2 |
| int | audio_sample_rate = 48000 |
| bool | excludeCurrentProcessAudio = true |
1.8.18