upipe-modules/upipe_block_to_sound.h header reference
Upipe block_to_sound module - converts incoming block urefs to outgoing sound urefs More
Header inclusion [link]
Members [link]
Type [link]
Functions [link]
- int upipe_block_to_sound_dump_dict(struct upipe *upipe, bool enable)
- struct upipe_mgr * upipe_block_to_sound_mgr_alloc(void )
Macro [link]
Description [link]
Upipe block_to_sound module - converts incoming block urefs to outgoing sound urefs
Members detail [link]
#define UPIPE_BLOCK_TO_SOUND_SIGNATURE [link]
This macro is declared in upipe-modules/upipe_block_to_sound.h source file, line 39.
This macro is the signature of the block to sound pipe.
#define _UPIPE_MODULES_UPIPE_BLOCK_TO_SOUND_H_ [link]
This macro is declared in upipe-modules/upipe_block_to_sound.h source file, line 31.
enum upipe_block_to_sound_command [link]
This enum is declared in upipe-modules/upipe_block_to_sound.h source file, line 43.
This enum extends upipe_command with specific commands for null
| Identifier | Value | Description |
|---|---|---|
| UPIPE_BLOCK_TO_SOUND_SENTINEL | 0x8000 | |
| UPIPE_BLOCK_TO_SOUND_DUMP_DICT | 1 | ask enable or disable dumping dicts (int) |
This function is declared in upipe-modules/upipe_block_to_sound.h source file, line 57.
This function enables or disables dumping of uref->udict
Parameter list:
- upipe: description structure of the pipe
- enable: enable or disable
The return value is an error code
This function is declared in upipe-modules/upipe_block_to_sound.h source file, line 65.
This function returns the management structure for null pipes.
The return value is pointer to manager