Class Methods | |
| (FMLiveSwitchMediaTransport *) | + mediaTransportWithLockObject: |
| (int) | + sendFrameErrorEncryptionFailed |
| (int) | + sendFrameErrorFecFailure |
| (int) | + sendFrameErrorMalformedRtpHeader |
| (int) | + sendFrameErrorMissingRtpHeaders |
| (int) | + sendFrameErrorNoBuffers |
| (int) | + sendFrameErrorNoEncryptionContext |
| (int) | + sendFrameErrorNoPacketizedBuffers |
| (int) | + sendFrameErrorNoSynchronizationSource |
| (int) | + sendFrameErrorNoTimestamp |
| (int) | + sendFrameErrorNotStarted |
| (int) | + sendFrameErrorRateLimited |
| (int) | + sendFrameErrorUnknownPayloadType |
| (int) | + sendFrameErrorUnknownSynchronizationSource |
| (int) | + sendFrameSuccess |
Protected Attributes | |
| __pad0__: NSObject<FMLiveSwitchIMediaTransport>- (void) addOnReceiveControlFrameResponses:(FMLiveSwitchAction1<NSMutableArray*>*)value | |
| - (NSMutableArray*) addOnReceiveControlFrameResponsesWithBlock |
| - (void) addOnReceiveControlFrameResponsesWithBlock: | (void(^)(NSMutableArray *)) | valueBlock |
| - (void) addOnReceiveControlFrames: | (FMLiveSwitchAction1< NSMutableArray * > *) | value |
| - (NSMutableArray*) addOnReceiveControlFramesWithBlock |
| - (void) addOnReceiveControlFramesWithBlock: | (void(^)(NSMutableArray *)) | valueBlock |
| - (void) addOnReceiveFrame: | (FMLiveSwitchAction1< TFrame > *) | value |
| - (TFrame) addOnReceiveFrameWithBlock |
| - (void) addOnReceiveFrameWithBlock: | (void(^)(TFrame)) | valueBlock |
| - (void) addOnStateChange: | (FMLiveSwitchAction1< NSObject< FMLiveSwitchIMediaTransport > * > *) | value |
| - (NSObject<FMLiveSwitchIMediaTransport>*) addOnStateChangeWithBlock |
| - (void) addOnStateChangeWithBlock: | (void(^)(NSObject< FMLiveSwitchIMediaTransport > *)) | valueBlock |
| - (NSString*) connectionId |
| - (int) doSendControlFrameResponses: | (NSMutableArray *) | controlFrameResponses |
| - (int) doSendControlFrames: | (NSMutableArray *) | controlFrames | |
| frameSystemTimestamp: | (long long) | frameSystemTimestamp | |
| - (int) doSendFrame: | (TFrame) | frame |
| - (bool) doStart |
| - (bool) doStop |
| - (NSObject<FMLiveSwitchRtpIExtensionParameters>*) extensionParameters |
| - (NSObject<FMLiveSwitchRtpIFormatParameters>*) formatParameters |
| - (bool) hasRemoteSynchronizationSource: | (long long) | synchronizationSource |
| - (instancetype) initWithLockObject: | (id) | lockObject |
| - (FMLiveSwitchStreamType) mediaStreamType |
| + (FMLiveSwitchMediaTransport*) mediaTransportWithLockObject: | (id) | lockObject |
| - (NSObject<FMLiveSwitchRtpIParameters>*) parameters |
| - (void) raiseControlFrameResponses: | (NSMutableArray *) | controlFrameResponses |
| - (void) raiseStateChangeWithState: | (FMLiveSwitchMediaTransportState) | state |
| - (void) receiveControlFrames: | (NSMutableArray *) | controlFrames |
| - (void) receiveFrame: | (TFrame) | frame |
| - (void) removeOnReceiveControlFrameResponses: | (FMLiveSwitchAction1< NSMutableArray * > *) | value |
| - (void) removeOnReceiveControlFrames: | (FMLiveSwitchAction1< NSMutableArray * > *) | value |
| - (void) removeOnReceiveFrame: | (FMLiveSwitchAction1< TFrame > *) | value |
| - (void) removeOnStateChange: | (FMLiveSwitchAction1< NSObject< FMLiveSwitchIMediaTransport > * > *) | value |
| - (int) sendControlFrameResponses: | (NSMutableArray *) | controlFrameResponses |
| - (int) sendControlFrames: | (NSMutableArray *) | controlFrames | |
| frameSystemTimestamp: | (long long) | frameSystemTimestamp | |
| - (int) sendFrame: | (TFrame) | frame |
| + (int) sendFrameErrorEncryptionFailed |
| + (int) sendFrameErrorFecFailure |
| + (int) sendFrameErrorMalformedRtpHeader |
| + (int) sendFrameErrorMissingRtpHeaders |
| + (int) sendFrameErrorNoBuffers |
| + (int) sendFrameErrorNoEncryptionContext |
| + (int) sendFrameErrorNoPacketizedBuffers |
| + (int) sendFrameErrorNoSynchronizationSource |
| + (int) sendFrameErrorNoTimestamp |
| + (int) sendFrameErrorNotStarted |
| + (int) sendFrameErrorRateLimited |
| + (int) sendFrameErrorUnknownPayloadType |
| + (int) sendFrameErrorUnknownSynchronizationSource |
| + (int) sendFrameSuccess |
| - (void) setConnectionId: | (NSString *) | value |
| - (void) setMediaStreamType: | (FMLiveSwitchStreamType) | value |
| - (void) setParameters: | (FMLiveSwitchRtpParameters< TFormat, TFormatCollection > *) | parameters |
| - (void) setStreamId: | (NSString *) | value |
| - (bool) start |
| - (FMLiveSwitchMediaTransportState) state |
| - (bool) stop |
| - (NSString*) streamId |
|
protected |