Streamaxia Open SDK  3.2
List of all members
AXDebug Class Reference

#import <AXDebug.h>

Inheritance diagram for AXDebug:

Instance Methods

Public methods


(NSString *) - stringFromRecorderSettings:
 
(NSString *) - stringFromStreamInfo:
 

Class Methods

Lifecycle


(instancetype) + debug
 

Properties

Properties


NSString * importedCertificatePreview
 
NSString * originalCertificatePreview
 

Detailed Description

The debug class. Contains several utils for debugging the SDK.

Method Documentation

◆ debug()

+ (instancetype) debug

Factory method for creating a debug object.

Returns
The initialized object.

◆ stringFromRecorderSettings:()

- (NSString *) stringFromRecorderSettings: (AXRecorderSettings *)  settings

Returns a debug string representation for the given recorder settings.

Parameters
settingsThe recorder settings.
Returns
The string representation.

◆ stringFromStreamInfo:()

- (NSString *) stringFromStreamInfo: (AXStreamInfo *)  streamInfo

Returns a debug string representation for the given stream info.

Parameters
streamInfoThe stream info.
Returns
The string representation.

Property Documentation

◆ importedCertificatePreview

- (NSString*) importedCertificatePreview
readnonatomicstrong

The imported certificate preview. This contains some useful info and it should be used just for debugging purposes.

◆ originalCertificatePreview

- (NSString*) originalCertificatePreview
readnonatomicstrong

The original (exported) certificate preview. This contains some useful info and it should be used just for debugging purposes.


The documentation for this class was generated from the following file: