Inherits from PTMetadata : NSObject
Declared in PTTimedMetadata.h

Overview

PTTimedMetadata class represents a custom HLS tag in the stream.

Tasks

  •   type

    Type of PTTimedMetadata. Possible values are TAG, ID3. Types: TAG(Default), ID3

    property
  •   time

    The local time (relative to the start of the main content) at which the associated segment of current tag will begin play.

    property
  •   metadataId

    A unique identifier for a PTTimedMetadata tag. The value is extracted from the tag attributes, if an “id” attribute exists. Else, the value is a unique random string.

    property
  •   name

    Name of the tag itself. For example: #EXT-OATCLS-SCTE35, #EXT-CUSTOM-TAG

    property

Properties

metadataId

A unique identifier for a PTTimedMetadata tag. The value is extracted from the tag attributes, if an “id” attribute exists. Else, the value is a unique random string.

@property (nonatomic, retain) NSString *metadataId

Discussion

A unique identifier for a PTTimedMetadata tag. The value is extracted from the tag attributes, if an “id” attribute exists. Else, the value is a unique random string.

Declared In

PTTimedMetadata.h

name

Name of the tag itself. For example: #EXT-OATCLS-SCTE35, #EXT-CUSTOM-TAG

@property (nonatomic, retain) NSString *name

Discussion

Name of the tag itself. For example: #EXT-OATCLS-SCTE35, #EXT-CUSTOM-TAG

Declared In

PTTimedMetadata.h

time

The local time (relative to the start of the main content) at which the associated segment of current tag will begin play.

@property (nonatomic, assign) CMTime time

Discussion

The local time (relative to the start of the main content) at which the associated segment of current tag will begin play.

Declared In

PTTimedMetadata.h

type

Type of PTTimedMetadata. Possible values are TAG, ID3. Types: TAG(Default), ID3

@property (nonatomic, assign) PTTimedMetadataType type

Discussion

Type of PTTimedMetadata. Possible values are TAG, ID3. Types: TAG(Default), ID3

Declared In

PTTimedMetadata.h