MillicastSDK 2.2.0
Loading...
Searching...
No Matches
MCSourceBuilder Interface Reference
Inheritance diagram for MCSourceBuilder:

Detailed Description

Gets the source type.

  • Returns: The MCSourceType source type.

(MCSourceType) getType;

/ Gets the name of the source. / - Returns: The source name.

  • (NSString*) getName;

/ Gets the unique identifier of the source. / - Returns: The unique identifier of the source.

  • (NSString*) getUniqueId;

/ Gets the video source type as a NSString. / - Returns: the source type as a string. See MCSourceType

  • (NSString*) getTypeAsString;

@end

/ Responsible for building a source object. MILLICAST_API

/ Sets the type of media source to be created, either video or audio. / - Parameters: / - type: The type of the source you are building.

  • (void) setType:(MCSourceType) type;

/ Set a name to the media source. / - Parameters: / - name: Name of the source.

  • (void) setName:(NSString *) name;

/ Set a unique identifier to the source. / - Parameters: / - type: A unique ID.

  • (void) setUniqueId:(NSString*) type;

@end

/ Manages the process of capturing the source by input sources, such as a microphone or a camera.


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