Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 667 Bytes

player_state.rst

File metadata and controls

33 lines (19 loc) · 667 Bytes

RdioPlayerState

.. automodule:: rdiosock.objects.player_state

    .. autoclass:: RdioPlayerState

        .. py:attribute:: current_source

            :class:`rdiosock.objects.source.RdioSource`

        .. py:attribute:: repeat

            :class:`int`

        .. py:attribute:: shuffle

            :class:`bool`

        .. py:attribute:: station

            :class:`unknown`

        .. py:attribute:: version

            :class:`int`

        **RdioBaseItem**
        *(Inherited)*

        .. include:: /rdiosock/objects/base.rst
            :start-after: begin-RdioBaseItem
            :end-before: end-RdioBaseItem