Class MediaApi
Inheritance
System.Object
MediaApi
Inherited Members
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.Encoding.Manifests.Hls.Media
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class MediaApi
Constructors
MediaApi(IBitmovinApiClientFactory)
Declaration
public MediaApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Audio
Declaration
public AudioApi Audio { get; }
Property Value
Type | Description |
---|---|
AudioApi |
Builder
Fluent builder for creating an instance of MediaApi
Declaration
public static BitmovinApiBuilder<MediaApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<MediaApi> |
ClosedCaptions
Declaration
public ClosedCaptionsApi ClosedCaptions { get; }
Property Value
Type | Description |
---|---|
ClosedCaptionsApi |
CustomTags
Declaration
public CustomTagsApi CustomTags { get; }
Property Value
Type | Description |
---|---|
CustomTagsApi |
Subtitles
Declaration
public SubtitlesApi Subtitles { get; }
Property Value
Type | Description |
---|---|
SubtitlesApi |
Type
Declaration
public TypeApi Type { get; }
Property Value
Type | Description |
---|---|
TypeApi |
Video
Declaration
public VideoApi Video { get; }
Property Value
Type | Description |
---|---|
VideoApi |
Vtt
Declaration
public VttApi Vtt { get; }
Property Value
Type | Description |
---|---|
VttApi |