BMPId3Metadata
Objective-C
@interface BMPId3Metadata : BMPMetadataSwift
class Id3Metadata : MetadataRepresents ID3 metadata found in the stream.
- 
                  
                  Indicates the start time of the metadata in seconds DeclarationObjective-C @property (nonatomic, readonly) NSTimeInterval startTime;Swift var startTime: TimeInterval { get }
- 
                  
                  Initializes an instance of BMPId3Metadata with a collection of metadata entries. DeclarationObjective-C - (nonnull instancetype)initWithEntries: (nonnull NSArray<id<BMPMetadataEntry>> *)entries startTime:(NSTimeInterval)startTime;ParametersentriesAn NSArray of BMPMetadataEntry. startTimeThe start time of the ID3 Metadata. Return ValueAn instance of BMPId3Metadata. 
 BMPId3Metadata Class Reference
      BMPId3Metadata Class Reference