FMLiveSwitchReliableRtcDcepDataChannelOpen Class Reference

Instance Methods

(int) - channelPriority
 
(FMLiveSwitchReliableChannelType) - channelType
 
(NSMutableData *) - getBytes
 
(instancetype) - initWithRequestedChannelType:
 
(instancetype) - initWithRequestedChannelType:channelLabel:subprotocol:
 
(NSString *) - label
 
(long long) - reliabilityParameter
 
(NSString *) - subProtocol
 
- Instance Methods inherited from FMLiveSwitchReliableRtcDcepMessage
(instancetype) - init
 
(int) - messageType
 
(void) - setMessageType:
 

Class Methods

(FMLiveSwitchReliableRtcDcepDataChannelOpen *) + dcepDataChannelOpenWithRequestedChannelType:
 
(FMLiveSwitchReliableRtcDcepDataChannelOpen *) + dcepDataChannelOpenWithRequestedChannelType:channelLabel:subprotocol:
 
(NSMutableData *) + getBytesWithMessage:
 
(FMLiveSwitchReliableRtcDcepDataChannelOpen *) + parseBytesWithBuffer:
 
- Class Methods inherited from FMLiveSwitchReliableRtcDcepMessage
(FMLiveSwitchReliableRtcDcepMessage *) + dcepMessage
 
(int) + getByteFromChannelType:
 
(FMLiveSwitchReliableChannelType) + parseChannelTypeByte:
 

Method Documentation

◆ channelPriority

- (int) channelPriority

◆ channelType

- (FMLiveSwitchReliableChannelType) channelType

◆ dcepDataChannelOpenWithRequestedChannelType:

+ (FMLiveSwitchReliableRtcDcepDataChannelOpen*) dcepDataChannelOpenWithRequestedChannelType: (FMLiveSwitchReliableChannelType)  requestedChannelType

◆ dcepDataChannelOpenWithRequestedChannelType:channelLabel:subprotocol:

+ (FMLiveSwitchReliableRtcDcepDataChannelOpen*) dcepDataChannelOpenWithRequestedChannelType: (FMLiveSwitchReliableChannelType)  requestedChannelType
channelLabel: (NSString *)  channelLabel
subprotocol: (NSString *)  subprotocol 

◆ getBytes

- (NSMutableData*) getBytes

◆ getBytesWithMessage:

+ (NSMutableData*) getBytesWithMessage: (FMLiveSwitchReliableRtcDcepDataChannelOpen *)  message

◆ initWithRequestedChannelType:

- (instancetype) initWithRequestedChannelType: (FMLiveSwitchReliableChannelType)  requestedChannelType

◆ initWithRequestedChannelType:channelLabel:subprotocol:

- (instancetype) initWithRequestedChannelType: (FMLiveSwitchReliableChannelType)  requestedChannelType
channelLabel: (NSString *)  channelLabel
subprotocol: (NSString *)  subprotocol 

◆ label

- (NSString*) label

◆ parseBytesWithBuffer:

◆ reliabilityParameter

- (long long) reliabilityParameter

◆ subProtocol

- (NSString*) subProtocol