Show / Hide Table of Contents

Class MediaFile

Information about each media file in the VAST.

Inheritance
object
MediaFile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class MediaFile : IDirectResponseSchema

Properties

Bitrate

Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.

Declaration
[JsonProperty("bitrate")]
public virtual long? Bitrate { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MimeType

The MIME type of this media file. Can be used to filter the response of the creatives.list method.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX