Enumeration
Media.Content
public enum Content: Wrapped, Codable
An enum
holding reference to the actual Media
content.
Relationships
Member Of
Media
A
struct
representing aMedia
.
Conforms To
Codable
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |