Fmp4HlsSettings
public struct Fmp4HlsSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ‘,’.
Declaration
Swift
public let audioRenditionSets: String?
-
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
Declaration
Swift
public let nielsenId3Behavior: Fmp4NielsenId3Behavior?
-
When set to passthrough, timed metadata is passed through from input to output.
Declaration
Swift
public let timedMetadataBehavior: Fmp4TimedMetadataBehavior?
-
Undocumented
Declaration
Swift
public init(audioRenditionSets: String? = nil, nielsenId3Behavior: Fmp4NielsenId3Behavior? = nil, timedMetadataBehavior: Fmp4TimedMetadataBehavior? = nil)