Get all media categories

Found the answer:

$categories = get_terms( 'category', array('hide_empty' => false) );