Streamaxia Open SDK  3.2
List of all members
AXUtils(Resolution) Category Reference

#import <AXUtils+Resolution.h>

Instance Methods

Public methods


(AXVideoFrameSize- frameSizeForResolution:
 

Properties

Properties


NSArray< NSNumber * > * allResolutions
 
NSDictionary< NSNumber *, NSValue * > * frameSizes
 

Detailed Description

The video resolution utils.

Method Documentation

◆ frameSizeForResolution:()

- (AXVideoFrameSize) frameSizeForResolution: (AXVideoFrameResolution)  resolution

Provides the frame size for the given video resolution.

Parameters
resolutionThe resolution.
Returns
The frame size, in pixels.

Extends class AXUtils.

Property Documentation

◆ allResolutions

- (NSArray<NSNumber *>*) allResolutions
readnonatomicstrong

The list of all the resolutions defined in the SDK, as wrapped values.

Extends class AXUtils.

◆ frameSizes

- (NSDictionary<NSNumber *, NSValue *>*) frameSizes
readnonatomicstrong

The list of resolution and their corresponding frame sizes, as CGSize wrapped values.

Extends class AXUtils.


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