Inherits from NSObject
Declared in PTMediaProfile.h

Overview

PTMediaProfile class represents the profile of a single stream in the variant playlist.

Tasks

url

  •   url

    Complete url for the stream.

    property

codecs

  •   codecs

    Stream codecs, as provided in the master variant.

    property

bandWidth

attributes

  •   attributes

    Other stream related information, in key value format.

    property

Properties

attributes

Other stream related information, in key value format.

@property (readonly, retain) NSDictionary *attributes

Discussion

Other stream related information, in key value format.

Declared In

PTMediaProfile.h

bandWidth

Stream bandwidth value.

@property (readonly, assign) long bandWidth

Discussion

Stream bandwidth value.

Declared In

PTMediaProfile.h

codecs

Stream codecs, as provided in the master variant.

@property (readonly, retain) NSString *codecs

Discussion

Stream codecs, as provided in the master variant.

Declared In

PTMediaProfile.h

url

Complete url for the stream.

@property (readonly, retain) NSString *url

Discussion

Complete url for the stream.

Declared In

PTMediaProfile.h