Sometimes I need to access the underlying C struct for some operations currently not implemented or is used by another C library. Hence, it would be convenient to provide a way to access the underlying struct for more flexibility.
As an example, for astiav.Frame, we could add the following method:
Sometimes I need to access the underlying C struct for some operations currently not implemented or is used by another C library. Hence, it would be convenient to provide a way to access the underlying struct for more flexibility.
As an example, for
astiav.Frame
, we could add the following method: