Video Stitcher v1 API - Class MediaCdnKey (3.3.0)

public sealed class MediaCdnKey : IMessage<MediaCdnKey>, IEquatable<MediaCdnKey>, IDeepCloneable<MediaCdnKey>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class MediaCdnKey.

Configuration for a Media CDN key.

Inheritance

object > MediaCdnKey

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

MediaCdnKey()

public MediaCdnKey()

MediaCdnKey(MediaCdnKey)

public MediaCdnKey(MediaCdnKey other)
Parameter
Name Description
other MediaCdnKey

Properties

KeyName

public string KeyName { get; set; }

The keyset name of the Media CDN key.

Property Value
Type Description
string

PrivateKey

public ByteString PrivateKey { get; set; }

Input only. 64-byte ed25519 private key for this Media CDN key.

Property Value
Type Description
ByteString

TokenConfig

public MediaCdnKey.Types.TokenConfig TokenConfig { get; set; }

Optional. If set, the URL will be signed using the Media CDN token. Otherwise, the URL would be signed using the standard Media CDN signature.

Property Value
Type Description
MediaCdnKeyTypesTokenConfig