Module matrix_sdk::media
source · Expand description
High-level media API.
Structs§
- A high-level API to interact with the media API.
- Media
File Handle Non-WebAssembly A file handle that takes ownership of a media file on disk. When the handle is dropped, the file will be removed from the disk. - A request for media data.
- The desired settings of a media thumbnail.
- The requested size of a media thumbnail.
- Persist
Error Non-WebAssembly Error returned whenMediaFileHandle::persist
fails.
Enums§
- The requested format of a media file.
Traits§
- Trait for media event content.
- A trait to uniquely identify values of the same type.
Type Aliases§
IntoFuture
returned byMedia::upload
.