TCHChannelSortingOrder Constants Reference

Declared in TCHConstants.h

TCHChannelSortingOrder

Enumeration specifying the desired channel sorting order.

Definition

typedef NS_ENUM(NSInteger, TCHChannelSortingOrder ) {
   TCHChannelSortingOrderAscending = 0,
   TCHChannelSortingOrderDescending,
};

Constants

TCHChannelSortingOrderAscending

Results will be in ascending order.

Declared In TCHConstants.h.

TCHChannelSortingOrderDescending

Results will be in descending order.

Declared In TCHConstants.h.

Declared In

TCHConstants.h