NvNmos
Loading...
Searching...
No Matches
Public Attributes | List of all members
_NvNmosChannelMappingInput Struct Reference

#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
 

Detailed Description

IS-08 Input geometry for add_nmos_channelmapping_to_node_server.

Member Data Documentation

◆ block_size

unsigned int _NvNmosChannelMappingInput::block_size

Input /caps block_size; defaults to 1 when zero (unset).

◆ channel_labels

const char** _NvNmosChannelMappingInput::channel_labels

Per-channel labels; length must equal num_channel_labels.

◆ description

const char* _NvNmosChannelMappingInput::description

IS-08 /properties description. May be NULL.

◆ id

const char* _NvNmosChannelMappingInput::id

IS-08 input id; must not be NULL or empty.

◆ name

const char* _NvNmosChannelMappingInput::name

IS-08 /properties name (UI label); not the caller-chosen channel mapping name.

◆ num_channel_labels

size_t _NvNmosChannelMappingInput::num_channel_labels

Number of channels; must be non-zero.

◆ parent_name

const char* _NvNmosChannelMappingInput::parent_name

Caller-chosen receiver or source name for /parent; NULL or "" for null /parent.

◆ parent_type

NvNmosChannelMappingParentType _NvNmosChannelMappingInput::parent_type

Receiver vs Source when parent_name is set; ignored otherwise.

◆ reordering

bool _NvNmosChannelMappingInput::reordering

Input /caps reordering; defaults to true when block_size is zero (unset).


The documentation for this struct was generated from the following file: