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

FLV

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *host
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) NSInteger port

RTMP