Live Stream v1 API - Class Asset.Types.ImageAsset (1.5.0)

public sealed class Asset.Types.ImageAsset : IMessage<Asset.Types.ImageAsset>, IEquatable<Asset.Types.ImageAsset>, IDeepCloneable<Asset.Types.ImageAsset>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class Asset.Types.ImageAsset.

Image represents an image. The supported format is JPEG.

Inheritance

object > Asset.Types.ImageAsset

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

ImageAsset()

public ImageAsset()

ImageAsset(ImageAsset)

public ImageAsset(Asset.Types.ImageAsset other)
Parameter
NameDescription
otherAssetTypesImageAsset

Properties

Uri

public string Uri { get; set; }

Cloud Storage URI of the image. The format is gs://my-bucket/my-object.

Property Value
TypeDescription
string