MillicastSDK 2.3.0
Loading...
Searching...
No Matches
remote_track.h
Go to the documentation of this file.
1#ifndef remote_track_h
2#define remote_track_h
3
4#import <Foundation/Foundation.h>
5
7typedef NS_CLOSED_ENUM(NSInteger, MCRemoteTrackKind) {
9 MCRemoteTrackKindAudio,
11 MCRemoteTrackKindVideo
12};
13
14#endif /* remote_track_h */
typedef NS_CLOSED_ENUM(NSInteger, MCRemoteTrackKind)
Enum specifying the type of the remote track.
Definition remote_track.h:7