|
Essential Kit
|
Contains options which customize the behavior of the MediaServices.CaptureMediaContent method.
Public Member Functions | |
| MediaContentCaptureOptions (MediaContentCaptureType captureType, string title, string fileName, MediaContentCaptureSource source=MediaContentCaptureSource.Camera) | |
| Initializes a new instance of the MediaContentCaptureOptions class. | |
Static Public Member Functions | |
| static MediaContentCaptureOptions | CreateForImage () |
| Creates the options for image capture. | |
| static MediaContentCaptureOptions | CreateForVideo () |
| Creates the options for video capture. | |
Properties | |
| MediaContentCaptureType | CaptureType [get] |
| Gets the type of media content. | |
| string | Title [get] |
| Gets the title of the capture. | |
| string | FileName [get] |
| Gets the file name. | |
| MediaContentCaptureSource | Source [get, set] |
| Gets the source of media content. | |
| MediaContentCaptureOptions | ( | MediaContentCaptureType | captureType, |
| string | title, | ||
| string | fileName, | ||
| MediaContentCaptureSource | source = MediaContentCaptureSource::Camera ) |
| captureType | Type of the capture. |
| title | Title of the capture. |
| fileName | File name without extension. |
| source | Source of media content. |
References MediaContentCaptureOptions.CaptureType, MediaContentCaptureOptions.FileName, MediaContentCaptureOptions.Source, and MediaContentCaptureOptions.Title.
Referenced by MediaContentCaptureOptions.CreateForImage(), and MediaContentCaptureOptions.CreateForVideo().
|
static |
References MediaContentCaptureOptions.MediaContentCaptureOptions().
|
static |
References MediaContentCaptureOptions.MediaContentCaptureOptions().
|
get |
The type of media content.
Referenced by MediaContentCaptureOptions.MediaContentCaptureOptions().
|
get |
The title of the capture.
Referenced by MediaContentCaptureOptions.MediaContentCaptureOptions().
|
get |
The file name without extension.
Referenced by MediaContentCaptureOptions.MediaContentCaptureOptions().
|
getset |
The source of media content.
Referenced by MediaContentCaptureOptions.MediaContentCaptureOptions().