STSVideoMetadata

@interface STSVideoMetadata : LHDataObject

Video metadata model of StraaS player SDK

  • The metadata id.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSNumber *_Nonnull metadataId;

    Swift

    var metadataId: UnsafeMutablePointer<Int32>! { get }
  • The author of the video.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *author;

    Swift

    var author: UnsafeMutablePointer<Int32>? { get }
  • The location of the video.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *location;

    Swift

    var location: UnsafeMutablePointer<Int32>? { get }
  • The language of the video.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *language;

    Swift

    var language: UnsafeMutablePointer<Int32>? { get }
  • The video id.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull videoId;

    Swift

    var videoId: UnsafeMutablePointer<Int32>! { get }