#include <nvnmos.h>
Public Attributes | |
| const char * | id |
| const char * | name |
| const char * | description |
| const char ** | channel_labels |
| size_t | num_channel_labels |
| const char * | parent_name |
| NvNmosChannelMappingParentType | parent_type |
| bool | reordering |
| unsigned int | block_size |
IS-08 Input geometry for add_nmos_channelmapping_to_node_server.
| unsigned int _NvNmosChannelMappingInput::block_size |
Input /caps block_size; defaults to 1 when zero (unset).
| const char** _NvNmosChannelMappingInput::channel_labels |
Per-channel labels; length must equal num_channel_labels.
| const char* _NvNmosChannelMappingInput::description |
IS-08 /properties description. May be NULL.
| const char* _NvNmosChannelMappingInput::id |
IS-08 input id; must not be NULL or empty.
| const char* _NvNmosChannelMappingInput::name |
IS-08 /properties name (UI label); not the caller-chosen channel mapping name.
| size_t _NvNmosChannelMappingInput::num_channel_labels |
Number of channels; must be non-zero.
| const char* _NvNmosChannelMappingInput::parent_name |
Caller-chosen receiver or source name for /parent; NULL or "" for null /parent.
| NvNmosChannelMappingParentType _NvNmosChannelMappingInput::parent_type |
Receiver vs Source when parent_name is set; ignored otherwise.
| bool _NvNmosChannelMappingInput::reordering |
Input /caps reordering; defaults to true when block_size is zero (unset).