Instance Methods | |
(instancetype) | - initWithTransactionId: |
(instancetype) | - initWithTransactionId:dataBufferGetter: |
(instancetype) | - initWithTransactionId:dataBufferGetterBlock: |
(void) | - setTransactionId: |
(int) | - transactionId |
Instance Methods inherited from FMLiveSwitchWssPacket | |
(instancetype) | - init |
(FMLiveSwitchWssPacketType) | - packetType |
(void) | - release |
(void) | - setPacketType: |
(void) | - setStreamId: |
(void) | - setVersion: |
(int) | - streamId |
(int) | - version |
Class Methods | |
(FMLiveSwitchWssStunRequest *) | + parseBuffer: |
(FMLiveSwitchWssStunRequest *) | + wssStunRequestWithTransactionId: |
(FMLiveSwitchWssStunRequest *) | + wssStunRequestWithTransactionId:dataBufferGetter: |
(FMLiveSwitchWssStunRequest *) | + wssStunRequestWithTransactionId:dataBufferGetterBlock: |
Class Methods inherited from FMLiveSwitchWssPacket | |
(FMLiveSwitchWssPacket *) | + parseWithBuffer: |
(FMLiveSwitchWssPacket *) | + wssPacket |
- (instancetype) initWithTransactionId: | (int) | transactionId |
- (instancetype) initWithTransactionId: | (int) | transactionId | |
dataBufferGetter: | (FMLiveSwitchFunction1< id, FMLiveSwitchDataBuffer * > *) | dataBufferGetter | |
- (instancetype) initWithTransactionId: | (int) | transactionId | |
dataBufferGetterBlock: | (FMLiveSwitchDataBuffer *(^)(int)) | dataBufferGetterBlock | |
+ (FMLiveSwitchWssStunRequest*) parseBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
- (void) setTransactionId: | (int) | value |
- (int) transactionId |
+ (FMLiveSwitchWssStunRequest*) wssStunRequestWithTransactionId: | (int) | transactionId |
+ (FMLiveSwitchWssStunRequest*) wssStunRequestWithTransactionId: | (int) | transactionId | |
dataBufferGetter: | (FMLiveSwitchFunction1< id, FMLiveSwitchDataBuffer * > *) | dataBufferGetter | |
+ (FMLiveSwitchWssStunRequest*) wssStunRequestWithTransactionId: | (int) | transactionId | |
dataBufferGetterBlock: | (FMLiveSwitchDataBuffer *(^)(int)) | dataBufferGetterBlock | |