FMIceLinkVideoFragment Class Reference
Inherits from | NSObject |
---|---|
Declared in | FMIceLinkVideoFragment.h FMIceLinkVideoFragment.m |
– buffer
Gets the data.
- (FMIceLinkDataBuffer *)buffer
Discussion
Gets the data.
Declared In
FMIceLinkVideoFragment.h
– destroy
Destroys this fragment.
- (void)destroy
Discussion
Destroys this fragment.
Declared In
FMIceLinkVideoFragment.h
– first
Gets whether this is the first packet.
- (bool)first
Discussion
Gets whether this is the first packet.
Declared In
FMIceLinkVideoFragment.h
– last
Gets whether this is the last packet.
- (bool)last
Discussion
Gets whether this is the last packet.
Declared In
FMIceLinkVideoFragment.h
– setBuffer:
Sets the data.
- (void)setBuffer:(FMIceLinkDataBuffer *)value
Discussion
Sets the data.
Declared In
FMIceLinkVideoFragment.h
– setFirst:
Sets whether this is the [first](#//api/name/first) packet.
- (void)setFirst:(bool)value
Discussion
Sets whether this is the [first](#//api/name/first) packet.
Declared In
FMIceLinkVideoFragment.h
– setLast:
Sets whether this is the [last](#//api/name/last) packet.
- (void)setLast:(bool)value
Discussion
Sets whether this is the [last](#//api/name/last) packet.
Declared In
FMIceLinkVideoFragment.h