MediaInputs interface
Input parameter supplied to the select Media API
Properties
audio |
Additional properties for audio capture flows. |
image |
Additional properties for customization of select media - Image in mobile devices |
max |
max limit of media allowed to be selected in one go, current max limit is 10 set by office lens. |
media |
Only one media type can be selected at a time |
video |
Additional properties for customization of select media - VideoAndImage in mobile devices |
video |
Additional properties for customization of select media - Video in mobile devices |
Property Details
audioProps
imageProps
Additional properties for customization of select media - Image in mobile devices
imageProps?: ImageProps
Property Value
maxMediaCount
max limit of media allowed to be selected in one go, current max limit is 10 set by office lens.
maxMediaCount: number
Property Value
number
mediaType
videoAndImageProps
Additional properties for customization of select media - VideoAndImage in mobile devices
videoAndImageProps?: VideoAndImageProps
Property Value
videoProps
Additional properties for customization of select media - Video in mobile devices
videoProps?: VideoProps