Packages

trait HlsGroupSettings extends Object

Hls Group Settings

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HlsGroupSettings
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val AdMarkers: UndefOr[__listOfHlsAdMarkers]
  2. abstract val BaseUrlContent: UndefOr[__string]
  3. abstract val BaseUrlManifest: UndefOr[__string]
  4. abstract val CaptionLanguageMappings: UndefOr[__listOfCaptionLanguageMapping]
  5. abstract val CaptionLanguageSetting: UndefOr[HlsCaptionLanguageSetting]
  6. abstract val ClientCache: UndefOr[HlsClientCache]
  7. abstract val CodecSpecification: UndefOr[HlsCodecSpecification]
  8. abstract val ConstantIv: UndefOr[__stringMin32Max32]
  9. abstract val Destination: OutputLocationRef
  10. abstract val DirectoryStructure: UndefOr[HlsDirectoryStructure]
  11. abstract val EncryptionType: UndefOr[HlsEncryptionType]
  12. abstract val HlsCdnSettings: UndefOr[HlsCdnSettings]
  13. abstract val IFrameOnlyPlaylists: UndefOr[IFrameOnlyPlaylistType]
  14. abstract val IndexNSegments: UndefOr[__integerMin3]
  15. abstract val InputLossAction: UndefOr[InputLossActionForHlsOut]
  16. abstract val IvInManifest: UndefOr[HlsIvInManifest]
  17. abstract val IvSource: UndefOr[HlsIvSource]
  18. abstract val KeepSegments: UndefOr[__integerMin1]
  19. abstract val KeyFormat: UndefOr[__string]
  20. abstract val KeyFormatVersions: UndefOr[__string]
  21. abstract val KeyProviderSettings: UndefOr[KeyProviderSettings]
  22. abstract val ManifestCompression: UndefOr[HlsManifestCompression]
  23. abstract val ManifestDurationFormat: UndefOr[HlsManifestDurationFormat]
  24. abstract val MinSegmentLength: UndefOr[__integerMin0]
  25. abstract val Mode: UndefOr[HlsMode]
  26. abstract val OutputSelection: UndefOr[HlsOutputSelection]
  27. abstract val ProgramDateTime: UndefOr[HlsProgramDateTime]
  28. abstract val ProgramDateTimePeriod: UndefOr[__integerMin0Max3600]
  29. abstract val RedundantManifest: UndefOr[HlsRedundantManifest]
  30. abstract val SegmentLength: UndefOr[__integerMin1]
  31. abstract val SegmentationMode: UndefOr[HlsSegmentationMode]
  32. abstract val SegmentsPerSubdirectory: UndefOr[__integerMin1]
  33. abstract val StreamInfResolution: UndefOr[HlsStreamInfResolution]
  34. abstract val TimedMetadataId3Frame: UndefOr[HlsTimedMetadataId3Frame]
  35. abstract val TimedMetadataId3Period: UndefOr[__integerMin0]
  36. abstract val TimestampDeltaMilliseconds: UndefOr[__integerMin0]
  37. abstract val TsFileMode: UndefOr[HlsTsFileMode]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toLocaleString(): String
    Definition Classes
    Object
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def valueOf(): Any
    Definition Classes
    Object
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped