Interface ConfigurationData

Encapsulates a set of media capture parameters that a device supports.

Index

Properties

Properties

public height: number

The height of the image or video in pixels. The value is zero for sound clips.

public type: string

The ASCII-encoded lowercase string representing the media type.

public width: number

The width of the image or video in pixels. The value is zero for sound clips.