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

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

Meta