OpenTV Player SDK For iOS  version 2.30.0
NMPOCConsts.h File Reference

Created on 12/08/2014. More...

#import <MediaPlayer/MediaPlayer.h>

Go to the source code of this file.

Macros

#define NMP_EXTERN   extern __attribute__((visibility ("default")))
 

Variables

NMP_EXTERN NSString *const OutputControlAccessStateChanged
 This notification is posted when output is blocked by output control rules. More...
 
NMP_EXTERN NSString *const OutputControlBitrateLimitChosen
 This notification is posted when bitrate limit rule is apply by output control. More...
 
NMP_EXTERN NSString *const OutputControlResolutionLimitChosen
 This notification is posted when resolution limit rule is apply by output control. More...
 
NMP_EXTERN NSString *const OutputControlTrickModeBlock
 This notification is posted when output control rules include trick mode block. More...
 
NMP_EXTERN NSString *const OutputControlAccessState
 The following key may be found in the userInfo dictionary of OutputControlAccessStateChanged notification. More...
 
NMP_EXTERN NSString *const OutputControlBitrate
 The following key maybe found in the userInfo dictionary of OutputControlBitrateLimitChosen notification. More...
 
NMP_EXTERN NSString *const OutputControlResolutionWidth
 The following key maybe found in the userInfo dictionary of OutputControlResolutionLimitChosen notification. More...
 
NMP_EXTERN NSString *const OutputControlResolutionHeight
 The following key maybe found in the userInfo dictionary of OutputControlResolutionLimitChosen notification. More...
 

Detailed Description

Created on 12/08/2014.

Copyright(c) 2014 Nagravision S.A, All Rights Reserved. This software is the proprietary information of Nagravision S.A.

Definition in file NMPOCConsts.h.

Macro Definition Documentation

◆ NMP_EXTERN

#define NMP_EXTERN   extern __attribute__((visibility ("default")))

Definition at line 19 of file NMPOCConsts.h.