smf/smfservermodule/smfcommon/smfsubtitle.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
    72 	 * @return The subtitle content
    72 	 * @return The subtitle content
    73 	 */
    73 	 */
    74 	QByteArray subtitle( ) const;
    74 	QByteArray subtitle( ) const;
    75 	
    75 	
    76 	/**
    76 	/**
       
    77 	 * Method to get the Url to the subtitle
       
    78 	 * @return the subtitle url
       
    79 	 */
       
    80 	QUrl subtitleUrl() const;
       
    81 	
       
    82 	/**
    77 	 * Method to get the language
    83 	 * Method to get the language
    78 	 * @return The language
    84 	 * @return The language
    79 	 */
    85 	 */
    80 	QString language( ) const;
    86 	QString language( ) const;
    81 	
    87 	
   106 	/**
   112 	/**
   107 	 * Method to set the subtitle as a bytearray
   113 	 * Method to set the subtitle as a bytearray
   108 	 * @param aSubtitle The subtitle content
   114 	 * @param aSubtitle The subtitle content
   109 	 */
   115 	 */
   110 	void setSubtitle( const QByteArray &aSubtitle );
   116 	void setSubtitle( const QByteArray &aSubtitle );
       
   117 	
       
   118 	/**
       
   119 	 * Method to set the subtitle url
       
   120 	 * @param aSubtitleUrl The subtitle url
       
   121 	 */
       
   122 	 
       
   123 	void setSubtitleUrl( const QUrl &aSubtitleUrl);
   111 	
   124 	
   112 	/**
   125 	/**
   113 	 * Method to set the language
   126 	 * Method to set the language
   114 	 * @param aLang The language
   127 	 * @param aLang The language
   115 	 */
   128 	 */