.. _hardware_axi_axi_stream_dma: ============ AxiStreamDma ============ Examples of using the AxiStreamDma class are included in :ref:`hardware_axi_stream`. Python binding -------------- This C++ class is also exported into Python as ``rogue.hardware.axi.AxiStreamDma``. Python API page: - :doc:`/api/python/rogue/hardware/axi/axistreamdma` objects in C++ are referenced by the following shared pointer typedef: .. doxygentypedef:: rogue::hardware::axi::AxiStreamDmaPtr The class description is shown below: .. doxygenclass:: rogue::hardware::axi::AxiStreamDma :members: