FMIceLinkIMediaStream Protocol Reference
| Conforms to | FMIceLinkIStream |
|---|---|
| Declared in | FMIceLinkIMediaStream.h |
– localBandwidth
required method
Gets the local bandwidth in Kbps (Kilobits per second).
- (int)localBandwidthDiscussion
Gets the local bandwidth in Kbps (Kilobits per second).
Declared In
FMIceLinkIMediaStream.h
– muted
required method
Gets a value indicating whether this instance is muted.
- (bool)mutedDiscussion
Gets a value indicating whether this instance is muted.
Declared In
FMIceLinkIMediaStream.h
– remoteBandwidth
required method
Gets the remote bandwidth in Kbps (Kilobits per second).
- (int)remoteBandwidthDiscussion
Gets the remote bandwidth in Kbps (Kilobits per second).
Declared In
FMIceLinkIMediaStream.h
– setLocalBandwidth:
required method
Sets the local bandwidth in Kbps (Kilobits per second).
- (void)setLocalBandwidth:(int)valueDiscussion
Sets the local bandwidth in Kbps (Kilobits per second).
Declared In
FMIceLinkIMediaStream.h
– setMuted:
required method
Sets a value indicating whether this instance is [muted](#//api/name/muted).
- (void)setMuted:(bool)valueDiscussion
Sets a value indicating whether this instance is [muted](#//api/name/muted).
Declared In
FMIceLinkIMediaStream.h