Understand post type

You are confusing things a bit, these are post formats, not post types.

Formats are a native taxonomy, not a post type. As any taxonomy its primary (and only) functionality is to organize posts in logical groups.

Formats don’t do anything on top of that. You need to implement yourself any and all functionality you want your posts with Format assigned.

This takes custom code in your theme (often with some custom fields framework as helper).