Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 410 Bytes

media-encoder-path-dto.md

File metadata and controls

25 lines (16 loc) · 410 Bytes

Media Encoder Path Dto

Media Encoder Path Dto.

Structure

MediaEncoderPathDto

Fields

Name Type Tags Description
path string Optional Gets or sets media encoder path.
path_type string Optional Gets or sets media encoder path type.

Example (as JSON)

{
  "Path": null,
  "PathType": null
}