C# Class com.vzaar.api.VideoProcessQuery

Show file Open project: vzaar/vzaar-api-net Class Usage Examples

Public Properties

Property Type Description
chunks int
description string
guid string
labels string[]
profile VideoProfile
replaceId string
title string
transcode bool

Property Details

chunks public property

public int chunks
return int

description public property

public string description
return string

guid public property

public string guid
return string

labels public property

public string[] labels
return string[]

profile public property

public VideoProfile profile
return VideoProfile

replaceId public property

public string replaceId
return string

title public property

public string title
return string

transcode public property

public bool transcode
return bool