D.I.T. ( Do It Tizen! )  1.0.0
Samsung Software Membership
 All Data Structures Files Functions Macros Pages
Data Fields
Audio Struct Reference

Audio 모듈에 대한 구조체이다. Audio 모듈은 다양한 방식으로 음악 파일을 제어 할 수 있다. More...

#include <File.h>

Collaboration diagram for Audio:
Collaboration graph

Data Fields

bool(* Play )(Audio this_gen)
 
bool(* Pause )(Audio this_gen)
 
bool(* Stop )(Audio this_gen)
 
String(* getInfo )(Audio this_gen, metadata_extractor_attr_e metadataKey)
 
bool(* setURI )(Audio this_gen, String uri)
 

Detailed Description

Audio 모듈에 대한 구조체이다. Audio 모듈은 다양한 방식으로 음악 파일을 제어 할 수 있다.

Note
File의 Audio 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewAudio() 함수를 사용해야 하며 사용이 끝났을 때 DestroyAudio() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - Audio part
Precondition
privilege

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