4 #import <Foundation/Foundation.h> 5 #import <WebRTC/RTCMacros.h> 6 #import <WebRTC/RTCVideoRenderer.h> 7 NS_ASSUME_NONNULL_BEGIN
14 @property(nonatomic, strong, readwrite) RTCMediaStream* mediaStream;
16 - (instancetype)init ;
23 - (void)attach:(NSObject<RTCVideoRenderer>*)renderer;
29 - (NSDictionary<NSString*, NSString*>*)
attributes;
NSDictionary< NSString *, NSString * > * attributes()
Returns a user-defined attribute dictionary.
Base class of all streams in the SDK.
Definition: OWTStream.h:12
Information of a stream's source.
Definition: OWTMediaFormat.h:117