av_get_standard_channel_layout

Get the value and name of a standard channel layout.

@paramin index index in an internal list, starting at 0 @paramout layout channel layout mask @paramout name name of the layout @return 0 if the layout exists, <0 if index is beyond the limits

@nogc nothrow extern (C)
int
av_get_standard_channel_layout
(
uint index
,
uint64_t* layout
,
char** name
)

Meta