MillicastSDK 2.2.0
|
Gets the source type.
MCSourceType
source type.(MCSourceType) getType;
/ Gets the name of the source. / - Returns: The source name.
/ Gets the unique identifier of the source. / - Returns: The unique identifier of the source.
/ Gets the video source type as a NSString. / - Returns: the source type as a string. See MCSourceType
@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.
/ Set a name to the media source. / - Parameters: / - name: Name of the source.
/ Set a unique identifier to the source. / - Parameters: / - type: A unique ID.
@end
/ Manages the process of capturing the source by input sources, such as a microphone or a camera.