UZStreamInfo
@interface UZStreamInfo : NSObject
@property (nonatomic, copy) NSString *streamId;
#pragma mark -- FLV
@property (nonatomic, copy) NSString *host;
@property (nonatomic, assign) NSInteger port;
#pragma mark -- RTMP
@property (nonatomic, copy) NSString *url; ///< Upload address (just use RTMP)
///Audio configuration
@property (nonatomic, strong) UZAudioConfiguration *audioConfiguration;
///Video configuration
@property (nonatomic, strong) UZVideoConfiguration *videoConfiguration;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *streamId
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) NSString *host
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSInteger port
-
< Upload address (just use RTMP)
Declaration
Objective-C
@property (nonatomic, copy) NSString *url;
-
Audio configuration
Declaration
Objective-C
@property (nonatomic, strong) UZAudioConfiguration *audioConfiguration;
-
Video configuration
Declaration
Objective-C
@property (nonatomic, strong) UZVideoConfiguration *videoConfiguration;