FMIceLinkIMediaStream Protocol Reference
Conforms to | FMIceLinkIStream |
---|---|
Declared in | FMIceLinkIMediaStream.h |
– localBandwidth
required method
Gets the local bandwidth in Kbps (Kilobits per second).
- (int)localBandwidth
Discussion
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)muted
Discussion
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)remoteBandwidth
Discussion
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)value
Discussion
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)value
Discussion
Sets a value indicating whether this instance is [muted](#//api/name/muted).
Declared In
FMIceLinkIMediaStream.h