[−][src]Module hl_capture::capture
Structs
| AUDIO_BUF_RECEIVER | Receives buffers to write samples to. |
| AudioBuffer | |
| CAPTURING | |
| CaptureParameters | |
| GAME_THREAD_RECEIVER | Receives various game thread-related events, such as console messages to print. |
| SEND_TO_CAPTURE_THREAD | Sends events and frames to encode to the capture thread. |
| SendOnDrop | |
| VIDEO_BUF_RECEIVER | Receives buffers to write pixels to. |
| VideoBuffer | |
| cap_start | |
| cap_stop | |
| cap_test | |
| cap_version |
Enums
| CaptureThreadEvent | |
| GameThreadEvent |
Statics
Functions
| capture | |
| capture_audio | |
| capture_thread | |
| encode | |
| get_audio_buffer | |
| get_buffer | |
| get_capture_parameters | |
| get_event | |
| get_event_block | |
| initialize | |
| is_capturing | |
| parse_capture_parameters | Parses the CVar values into |
| parse_encoder_parameters | Parses the CVar values into |
| parse_exposure | Parses the given string into a valid exposure value. |
| parse_fps | Parses the given string and returns a time base. |
| parse_pixel_format | Parses the given string into a pixel format. |
| stop | |
| stop_encoder | Properly closes and drops the encoder. |
| test_encoder | Starts and stops the encoder. |
Type Definitions
| Result |