VLCKit
Instance Methods | List of all members
VLCMedia(Deprecated) Category Reference

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
 

Method Documentation

◆ DEPRECATED_MSG_ATTRIBUTE [1/16]

- (NSDictionary* stats) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

Getter for statistics information Returns a NSDictionary with NSNumbers for values.

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [2/16]

- (NSInteger numberOfReadBytesOnInput) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the number of bytes read by the current input module

Returns
a NSInteger with the raw number of bytes

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [3/16]

- (float inputBitrate) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the current input bitrate. may be 0 if the buffer is full

Returns
a float of the current input bitrate

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [4/16]

- (NSInteger numberOfReadBytesOnDemux) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the number of bytes read by the current demux module

Returns
a NSInteger with the raw number of bytes

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [5/16]

- (float demuxBitrate) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the current demux bitrate. may be 0 if the buffer is empty

Returns
a float of the current demux bitrate

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [6/16]

- (NSInteger numberOfDecodedVideoBlocks) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of decoded video blocks in the current media session

Returns
a NSInteger with the total number of decoded blocks

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [7/16]

- (NSInteger numberOfDecodedAudioBlocks) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of decoded audio blocks in the current media session

Returns
a NSInteger with the total number of decoded blocks

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [8/16]

- (NSInteger numberOfDisplayedPictures) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of displayed pictures during the current media session

Returns
a NSInteger with the total number of displayed pictures

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [9/16]

- (NSInteger numberOfLostPictures) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of pictures lost during the current media session

Returns
a NSInteger with the total number of lost pictures

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [10/16]

- (NSInteger numberOfPlayedAudioBuffers) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of played audio buffers during the current media session

Returns
a NSInteger with the total number of played audio buffers

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [11/16]

- (NSInteger numberOfLostAudioBuffers) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of audio buffers lost during the current media session

Returns
a NSInteger with the total number of displayed pictures

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [12/16]

- (NSInteger numberOfSentPackets) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of packets sent during the current media session

Returns
a NSInteger with the total number of sent packets

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [13/16]

- (NSInteger numberOfSentBytes) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of raw bytes sent during the current media session

Returns
a NSInteger with the total number of sent bytes

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [14/16]

- (float streamOutputBitrate) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the current bitrate of sent bytes

Returns
a float of the current bitrate of sent bits

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [15/16]

- (NSInteger numberOfCorruptedDataPackets) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of corrupted data packets during current sout session

Note
value is 0 on non-stream-output operations
Returns
a NSInteger with the total number of corrupted data packets

Extends class VLCMedia.

◆ DEPRECATED_MSG_ATTRIBUTE [16/16]

- (NSInteger numberOfDiscontinuties) DEPRECATED_MSG_ATTRIBUTE ("Use - instead")  [VLCMedia statistics]

returns the total number of discontinuties during current sout session

Note
value is 0 on non-stream-output operations
Returns
a NSInteger with the total number of discontinuties

Extends class VLCMedia.


The documentation for this category was generated from the following file: