DeviceMedia
Wisej.Hybrid.DeviceMedia
Last updated
Wisej.Hybrid.DeviceMedia
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides properties and methods to interact with device media.
Access this class through the Device singleton.
Initializes a new instance of DeviceMedia.
Boolean: Gets whether capturing media is supported on the device.
Takes a photo using the device's camera.
Parameter | Type | Description |
---|---|---|
quality |
Returns: Byte[]. The photo from the device.
Takes a video using the device's camera.
Parameter | Type | Description |
---|---|---|
quality |
Returns: Byte[]. The video stream.
Picks a photo from the device's library.
Parameter | Type | Description |
---|---|---|
quality |
Returns: Image. The photo.
Picks a video from the device.
Parameter | Type | Description |
---|---|---|
quality |
Returns: Byte[]. The device stream.