AdStreamDVRMetadata
@objc(AASDKAdStreamDVRMetadata)
public protocol AdStreamDVRMetadataThe AdStreamDVRMetadata protocol describes the DVR metadata sent by an AdStreamManager which is playing a stream capable of reconnecting in the past.
- 
                  
                  Start UNIX timestamp for the DVR stream. DeclarationSwift @objc var start: Int { get }
- 
                  
                  Latest UNIX timestamp for the DVR stream. DeclarationSwift @objc var end: Int { get }
- 
                  
                  Length of the DVR buffer DeclarationSwift @objc var length: Int { get }
- 
                  
                  The list of metadata values for the DVR stream. May be empty. DeclarationSwift @objc var metadata: [AdStreamDVRMetadataValue] { get }
