mmsharing/mmshengine/src/musengclipsession.cpp
branchRCL_3
changeset 41 755f0370535b
parent 38 ac48f0cc9f9c
equal deleted inserted replaced
38:ac48f0cc9f9c 41:755f0370535b
  1103                 
  1103                 
  1104             MUS_LOG2( "mus: [ENGINE]    position = %Ld, duration = %Ld", 
  1104             MUS_LOG2( "mus: [ENGINE]    position = %Ld, duration = %Ld", 
  1105                         position.Int64(), 
  1105                         position.Int64(), 
  1106                         duration.Int64() )
  1106                         duration.Int64() )
  1107                         
  1107                         
  1108             isRewindFromEnd = 
  1108             TRAP( error, isRewindFromEnd = 
  1109                         ( position.Int64() != 0 && 
  1109                         ( position.Int64() != 0 && 
  1110                           position.Int64() == duration.Int64() && 
       
  1111                           !filesource->IsEnabled() && 
  1110                           !filesource->IsEnabled() && 
  1112                           videoOut->State() == CMceMediaStream::EDisabled &&
  1111                           videoOut->State() == CMceMediaStream::EDisabled &&
  1113                           !iPause );
  1112                           !iPause ) )
  1114                           
       
  1115             if(  isRewindFromEnd )
  1113             if(  isRewindFromEnd )
  1116                 {
  1114                 {
  1117                 MUS_LOG( "mus: [ENGINE]     Rewind from end of clip" )
  1115                 MUS_LOG( "mus: [ENGINE]     Rewind from end of clip" )
  1118                 }
  1116                 }
  1119             }
  1117             }