OpenTV Player SDK For iOS  version 2.30.0
NMPDeviceInformation Class Reference

NMPDeviceInformation is a class designed to return system/device level information. More...

#import <NMPDeviceInformation.h>

Inheritance diagram for NMPDeviceInformation:

Class Methods

(id) + getDevice
 Return system hardware device information. More...
 
(id) + getSecurePlayer
 Return SecurePlayer supported streaming information. More...
 

Detailed Description

NMPDeviceInformation is a class designed to return system/device level information.

The class's current capabilities are listed below with a brief description detailing what the method returns and in what format.

A collection of the following read only classes and other elements that provide return types for the NMPDeviceInformation class NMPDevice NMPSecurePlayer

Version
2.13.0 or later

Definition at line 274 of file NMPDeviceInformation.h.

Method Documentation

◆ getDevice()

+ (id) getDevice

Return system hardware device information.

Note
The return is an object of type NMPDevice;
Version
2.15.0 or later

◆ getSecurePlayer()

+ (id) getSecurePlayer

Return SecurePlayer supported streaming information.

Note
The return is an object of type NMPSecurePlayer;
Version
2.15.0 or later