av_opt_ptr

Gets a pointer to the requested field in a struct. This function allows accessing a struct even when its fields are moved or renamed since the application making the access has been compiled,

@returns a pointer to the field, it can be cast to the correct type and read or written to.

extern (C) @nogc nothrow
void*
av_opt_ptr
(,
void* obj
,
const(char)* name
)

Meta