AV_CH_LAYOUT_NATIVE

Channel mask value used for AVCodecContext.request_channel_layout to indicate that the user requests the channel order of the decoder output to be the native codec channel order.

extern (C) @nogc nothrow
enum AV_CH_LAYOUT_NATIVE = 0x8000000000000000UL;

Meta