Show / Hide Table of Contents

Class ServiceHostedMediaConfig

The type ServiceHostedMediaConfig.

Inheritance
System.Object
MediaConfig
ServiceHostedMediaConfig
Inherited Members
MediaConfig.RemoveFromDefaultAudioGroup
MediaConfig.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class ServiceHostedMediaConfig : MediaConfig

Properties

View Source

PreFetchMedia

Gets or sets preFetchMedia.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "preFetchMedia", Required = Required.Default)]
public IEnumerable<MediaInfo> PreFetchMedia { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<MediaInfo>
  • View Source
Back to top Generated by DocFX