![]() |
Streamaxia Open SDK
3.2
|
#import <AXDebug.h>
Instance Methods | |
Public methods | |
| (NSString *) | - stringFromRecorderSettings: |
| (NSString *) | - stringFromStreamInfo: |
Class Methods | |
Lifecycle | |
| (instancetype) | + debug |
Properties | |
Properties | |
| NSString * | importedCertificatePreview |
| NSString * | originalCertificatePreview |
The debug class. Contains several utils for debugging the SDK.
| + (instancetype) debug |
Factory method for creating a debug object.
| - (NSString *) stringFromRecorderSettings: | (AXRecorderSettings *) | settings |
Returns a debug string representation for the given recorder settings.
| settings | The recorder settings. |
| - (NSString *) stringFromStreamInfo: | (AXStreamInfo *) | streamInfo |
Returns a debug string representation for the given stream info.
| streamInfo | The stream info. |
|
readnonatomicstrong |
The imported certificate preview. This contains some useful info and it should be used just for debugging purposes.
|
readnonatomicstrong |
The original (exported) certificate preview. This contains some useful info and it should be used just for debugging purposes.
1.8.13