|
VLCKit
|
Instance Methods | |
| (NSDictionary *stats) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfReadBytesOnInput) | - DEPRECATED_MSG_ATTRIBUTE |
| (float inputBitrate) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfReadBytesOnDemux) | - DEPRECATED_MSG_ATTRIBUTE |
| (float demuxBitrate) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfDecodedVideoBlocks) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfDecodedAudioBlocks) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfDisplayedPictures) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfLostPictures) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfPlayedAudioBuffers) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfLostAudioBuffers) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfSentPackets) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfSentBytes) | - DEPRECATED_MSG_ATTRIBUTE |
| (float streamOutputBitrate) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfCorruptedDataPackets) | - DEPRECATED_MSG_ATTRIBUTE |
| (NSInteger numberOfDiscontinuties) | - DEPRECATED_MSG_ATTRIBUTE |
| - (NSDictionary* stats) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
Getter for statistics information Returns a NSDictionary with NSNumbers for values.
Extends class VLCMedia.
| - (NSInteger numberOfReadBytesOnInput) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the number of bytes read by the current input module
Extends class VLCMedia.
| - (float inputBitrate) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the current input bitrate. may be 0 if the buffer is full
Extends class VLCMedia.
| - (NSInteger numberOfReadBytesOnDemux) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the number of bytes read by the current demux module
Extends class VLCMedia.
| - (float demuxBitrate) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the current demux bitrate. may be 0 if the buffer is empty
Extends class VLCMedia.
| - (NSInteger numberOfDecodedVideoBlocks) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of decoded video blocks in the current media session
Extends class VLCMedia.
| - (NSInteger numberOfDecodedAudioBlocks) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of decoded audio blocks in the current media session
Extends class VLCMedia.
| - (NSInteger numberOfDisplayedPictures) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of displayed pictures during the current media session
Extends class VLCMedia.
| - (NSInteger numberOfLostPictures) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of pictures lost during the current media session
Extends class VLCMedia.
| - (NSInteger numberOfPlayedAudioBuffers) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of played audio buffers during the current media session
Extends class VLCMedia.
| - (NSInteger numberOfLostAudioBuffers) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of audio buffers lost during the current media session
Extends class VLCMedia.
| - (NSInteger numberOfSentPackets) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of packets sent during the current media session
Extends class VLCMedia.
| - (NSInteger numberOfSentBytes) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of raw bytes sent during the current media session
Extends class VLCMedia.
| - (float streamOutputBitrate) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the current bitrate of sent bytes
Extends class VLCMedia.
| - (NSInteger numberOfCorruptedDataPackets) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of corrupted data packets during current sout session
Extends class VLCMedia.
| - (NSInteger numberOfDiscontinuties) DEPRECATED_MSG_ATTRIBUTE | ("Use - instead") | [VLCMedia statistics] |
returns the total number of discontinuties during current sout session
Extends class VLCMedia.
1.8.17