MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Instance Methods | List of all members
MCSourceBuilder Class Reference

Responsible for building a source object. More...

#import <source.h>

Inheritance diagram for MCSourceBuilder:
Inheritance graph
[legend]
Collaboration diagram for MCSourceBuilder:
Collaboration graph
[legend]

Instance Methods

(void) - setType:
 
(void) - setName:
 
(void) - setUniqueId:
 

Detailed Description

Responsible for building a source object.

Method Documentation

◆ setName:

- (void) setName: (NSString *)  name

Set a name to the media source.

  • Parameters:
    • name: Name of the source.

◆ setType:

- (void) setType: (MCSourceType)  type

Sets the type of media source to be created, either video or audio.

  • Parameters:
    • type: The type of the source you are building.

◆ setUniqueId:

- (void) setUniqueId: (NSString *)  type

Set a unique identifier to the source.

  • Parameters:
    • type: A unique ID.

The documentation for this class was generated from the following file: