Show / Hide Table of Contents

Class VideoFormatsResource

The "videoFormats" collection of methods.

Inheritance
System.Object
VideoFormatsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class VideoFormatsResource

Constructors

VideoFormatsResource(IClientService)

Constructs a new resource.

Declaration
public VideoFormatsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(Int64, Int32)

Gets one video format by ID.

Declaration
public virtual VideoFormatsResource.GetRequest Get(long profileId, int id)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

System.Int32 id

Video format ID.

Returns
Type Description
VideoFormatsResource.GetRequest

List(Int64)

Lists available video formats.

Declaration
public virtual VideoFormatsResource.ListRequest List(long profileId)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
VideoFormatsResource.ListRequest
In This Article
Back to top