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 | |
(FMLiveSwitchWssStunResponse *) | + parseBuffer: |
(FMLiveSwitchWssStunResponse *) | + wssStunResponseWithTransactionId: |
(FMLiveSwitchWssStunResponse *) | + wssStunResponseWithTransactionId:dataBufferGetter: |
(FMLiveSwitchWssStunResponse *) | + wssStunResponseWithTransactionId: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 | |
+ (FMLiveSwitchWssStunResponse*) parseBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
- (void) setTransactionId: | (int) | value |
- (int) transactionId |
+ (FMLiveSwitchWssStunResponse*) wssStunResponseWithTransactionId: | (int) | transactionId |
+ (FMLiveSwitchWssStunResponse*) wssStunResponseWithTransactionId: | (int) | transactionId | |
dataBufferGetter: | (FMLiveSwitchFunction1< id, FMLiveSwitchDataBuffer * > *) | dataBufferGetter | |
+ (FMLiveSwitchWssStunResponse*) wssStunResponseWithTransactionId: | (int) | transactionId | |
dataBufferGetterBlock: | (FMLiveSwitchDataBuffer *(^)(int)) | dataBufferGetterBlock | |