-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cce2c7
commit a869201
Showing
21 changed files
with
82 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
lib/Universal/PhenixSdk.framework/Headers/PhenixHardwareAcceleratedDecodingMode.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Copyright 2021 Phenix Real Time Solutions, Inc. Confidential and Proprietary. All Rights Reserved. | ||
*/ | ||
#import <Foundation/Foundation.h> | ||
|
||
typedef NS_ENUM(NSInteger, PhenixHardwareAcceleratedDecodingMode) { | ||
// Hardware acceleration is turned on if the device is certified for it | ||
PhenixHardwareAcceleratedDecodingModeAutomatic, | ||
// Hardware acceleration is always turned on | ||
PhenixHardwareAcceleratedDecodingModeOn, | ||
// Hardware acceleration is always turned off | ||
PhenixHardwareAcceleratedDecodingModeOff | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/Universal/PhenixSdk.framework/Headers/PhenixRendererStatistics.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
lib/iPhoneOS/PhenixSdk.framework/Headers/PhenixHardwareAcceleratedDecodingMode.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Copyright 2021 Phenix Real Time Solutions, Inc. Confidential and Proprietary. All Rights Reserved. | ||
*/ | ||
#import <Foundation/Foundation.h> | ||
|
||
typedef NS_ENUM(NSInteger, PhenixHardwareAcceleratedDecodingMode) { | ||
// Hardware acceleration is turned on if the device is certified for it | ||
PhenixHardwareAcceleratedDecodingModeAutomatic, | ||
// Hardware acceleration is always turned on | ||
PhenixHardwareAcceleratedDecodingModeOn, | ||
// Hardware acceleration is always turned off | ||
PhenixHardwareAcceleratedDecodingModeOff | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/iPhoneOS/PhenixSdk.framework/Headers/PhenixRendererStatistics.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
lib/iPhoneSimulator/PhenixSdk.framework/Headers/PhenixDimensions.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
lib/iPhoneSimulator/PhenixSdk.framework/Headers/PhenixHardwareAcceleratedDecodingMode.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Copyright 2021 Phenix Real Time Solutions, Inc. Confidential and Proprietary. All Rights Reserved. | ||
*/ | ||
#import <Foundation/Foundation.h> | ||
|
||
typedef NS_ENUM(NSInteger, PhenixHardwareAcceleratedDecodingMode) { | ||
// Hardware acceleration is turned on if the device is certified for it | ||
PhenixHardwareAcceleratedDecodingModeAutomatic, | ||
// Hardware acceleration is always turned on | ||
PhenixHardwareAcceleratedDecodingModeOn, | ||
// Hardware acceleration is always turned off | ||
PhenixHardwareAcceleratedDecodingModeOff | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lib/iPhoneSimulator/PhenixSdk.framework/Headers/PhenixRendererStatistics.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Git LFS file not shown