Show / Hide Table of Contents

Class StandardMediaInfo

StandardMediaInfo

Inheritance
System.Object
BitmovinResponse
BasicMediaInfo
SegmentsMediaInfo
StandardMediaInfo
AudioMediaInfo
SubtitlesMediaInfo
VideoMediaInfo
Inherited Members
SegmentsMediaInfo.SegmentPath
SegmentsMediaInfo.EncodingId
SegmentsMediaInfo.StreamId
SegmentsMediaInfo.MuxingId
SegmentsMediaInfo.DrmId
SegmentsMediaInfo.StartSegmentNumber
SegmentsMediaInfo.EndSegmentNumber
BasicMediaInfo.GroupId
BasicMediaInfo.Language
BasicMediaInfo.AssocLanguage
BasicMediaInfo.Name
BasicMediaInfo.IsDefault
BasicMediaInfo.Autoselect
BasicMediaInfo.Characteristics
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class StandardMediaInfo : SegmentsMediaInfo

Properties

Uri

The URI of the Rendition (required)

Declaration
public string Uri { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX